Код: Выделить всё
$pag = $this->db->get(
'articles',
$config['per_page'],
$this->uri->segment(4)
);
$data['records'] = $pag->result();
Код: Выделить всё
$pag = $this->db->get(
'articles',
$config['per_page'],
$this->uri->segment(4)
);
$this->db->order_by('published', 'ASC');
$data['records'] = $pag->result();
Я делаю здесь что-то не так?
Подробнее здесь: https://stackoverflow.com/questions/167 ... he-results
Мобильная версия