Welcome Guest, Not a member yet? Register   Sign In
remove the double quotes of a subquery
#2

(This post was last modified: 12-21-2015, 09:03 AM by mr_pablo.)

You have the wrong syntax for ordering.

It should be:

$this->db->order_by('title DESC, name ASC');

Not:

$this->db->order_by('title, name DESC');

See: http://www.codeigniter.com/user_guide/da...ng-results
Reply


Messages In This Thread
RE: remove the double quotes of a subquery - by mr_pablo - 12-21-2015, 09:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB