Welcome Guest, Not a member yet? Register   Sign In
how to use order by codeigniter
#4

(06-21-2017, 03:48 AM)Martin7483 Wrote: The order in which you call the methods does not matter. Query Builder sorts them out for you and will place everything in the correct order.

This is your problem

PHP Code:
$returnArray[$item->$key] = strtolower($value) == 'obj' $item $item->$value

You are overwriting values in the array because the same column is returned more than once. So this way only the last value is returned.

This is like teaching someone a bad habit, try running that query in raw MySQL.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: how to use order by codeigniter - by InsiteFX - 06-21-2017, 03:19 AM
RE: how to use order by codeigniter - by InsiteFX - 06-21-2017, 04:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB