
Ricardo Vercesi - 2015-12-14 16:37:04
How can I get parallel multiple connections?
Currently I have to use
$databaseSetup = new cbSQLConnectConfig( cbSQLConnectVar::DB_MYSQL, "localhost","3306","cm_forma","root","root"); // Setup Class
$db = new cbSQLConnect($databaseSetup, cbSQLConnectVar::FETCH_ASSOC);
and after change for another and go back each time I need to query a different DB.