Welcome Guest, Not a member yet? Register   Sign In
join problem
#2

[eluser]Josepzin[/eluser]
I think i have the some problem...

Code:
$this->db->join('catalogs_arranges', 'catalogs_arranges.key=nexts AND catalogs_arranges.catalog_id=catalogs.id', 'LEFT');

create this:
Code:
LEFT JOIN `catalogs_arranges` ON `catalogs_arranges`.`key`=`nexts` AND catalogs_arranges.catalog_id=catalogs.id

The "nexts" string is "protected" by CI... What is the solution??


Messages In This Thread
join problem - by El Forum - 07-15-2008, 11:20 AM
join problem - by El Forum - 03-06-2012, 11:28 AM
join problem - by El Forum - 03-06-2012, 01:15 PM
join problem - by El Forum - 03-06-2012, 03:21 PM
join problem - by El Forum - 03-06-2012, 03:37 PM
join problem - by El Forum - 03-06-2012, 03:51 PM
join problem - by El Forum - 03-07-2012, 01:49 AM
join problem - by El Forum - 03-07-2012, 10:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB