SyntaxFix
Write A Post
Hire A Developer
Questions
Just add the'order_by' clause to your code and modify it to look just like the one below.
$this->db->order_by('name', 'asc'); $result = $this->db->get($table);
There you go.