09-03-2018, 02:46 PM
Hello,
is there a way to allow users to connect to multiple Databases using the same DB class?
I hope I'd be able to do something like:
Thank you very much
is there a way to allow users to connect to multiple Databases using the same DB class?
I hope I'd be able to do something like:
Code:
$db1->findAll('TableInDB1');
$db2->findAll('TableInDB2');
Thank you very much