03-08-2010, 02:52 PM
[eluser]mah0001[/eluser]
try using the database name in the join:
try using the database name in the join:
Code:
$this->db->join('database2.table-to-join', 'database1.table.id= database1.table.id','inner');