[eluser]bt101[/eluser]
How do you do a join across 2 databases?
In other languages (let's say perl) I log into one database with an ID that has access to both databases. I then can access both databases by fully qualifying everything. I can then do a join across the 2 databases. How can I do this in codeigniter?
Thanks.