Multiple databases
Closed this issue · 2 comments
cj commented
Hi,
Can notrom handle multiple databases? If so, is there an example anywhere?
Many thanks
vrana commented
Please ask questions in forum.
What are you trying to achieve?
Basic support is available in MySQL through dot notation: $notORM->{"db.table"}()
or:
$table = "db.table";
$notORM->$table();
cj commented
Sorry, didn't see there was a google group. I get you, I'll try it out this weekend. Thank you