Ordering list by multiple fields

Hi!
Is it possible to order a list_items result on two or more fields instead of only one?
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!

Sign In or Register to comment.