⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

multiple order_by in grid



elombar

elombar
  • profile picture
  • Member

Posted 23 July 2012 - 21:23 PM

In CI, multiple function calls can be made if you need multiple fields:
$this->db->order_by("title", "desc");
$this->db->order_by("name", "asc");

How can I do this in GC?

Thanks.