Welcome Guest, Not a member yet? Register   Sign In
possible DB glitch in 1.7
#2

[eluser]ray73864[/eluser]
for the 'from' and 'join' clause, just drop the 'AS', not even MySQL requires it to be there, you can just do:
Code:
$this->CI->db->from('pages a')
and
Code:
$this->CI->db->join('pages b','a.parent_id=b.page_id','left')
.

that might be all that you have to change to get it to work again.


Messages In This Thread
possible DB glitch in 1.7 - by El Forum - 11-25-2008, 03:58 PM
possible DB glitch in 1.7 - by El Forum - 11-25-2008, 06:46 PM
possible DB glitch in 1.7 - by El Forum - 11-26-2008, 08:23 AM
possible DB glitch in 1.7 - by El Forum - 11-26-2008, 08:51 AM
possible DB glitch in 1.7 - by El Forum - 11-26-2008, 08:52 AM
possible DB glitch in 1.7 - by El Forum - 11-26-2008, 08:53 AM
possible DB glitch in 1.7 - by El Forum - 11-26-2008, 09:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB