It looks like you're new here. If you want to get involved, click one of these buttons!
Hi! Is it possible to order a list_items result on two or more fields instead of only one? Thanks!
Did you try adding your own $this->order_by() in the list_items model? If you put in $this->debug_query() right before it returns the data items in the method, it will output the SQL being generated if you need to examine it.
Ok. I will try this. Thanks!
Comments
Did you try adding your own $this->order_by() in the list_items model? If you put in $this->debug_query() right before it returns the data items in the method, it will output the SQL being generated if you need to examine it.
Ok. I will try this.
Thanks!