Код: Выделить всё
$result = $this->db->get('mytable');
$this->db->order_by('age', 'ASC');
Подробнее здесь: https://stackoverflow.com/questions/945 ... -after-get
Код: Выделить всё
$result = $this->db->get('mytable');
$this->db->order_by('age', 'ASC');