Welcome Guest, Not a member yet? Register   Sign In
Active Record order_by Problem [solved]
#2

[eluser]Travis O[/eluser]
I figured out a solution. The issue was caused by the back ticks inserted into the query, as seen in the error. I solved this by adding
Code:
$this->db->select('*',FALSE);
to remove the back ticks.


Messages In This Thread
Active Record order_by Problem [solved] - by El Forum - 08-05-2009, 11:40 AM
Active Record order_by Problem [solved] - by El Forum - 08-05-2009, 11:52 AM
Active Record order_by Problem [solved] - by El Forum - 08-05-2009, 12:47 PM



Theme © iAndrew 2016 - Forum software by © MyBB