Это моя (неверная) попытка кодирования:
Код: Выделить всё
$this->db->select('*');
->where('disccategory_id', $cat);
->from('discussiontopics as topics');
->join('discussionposts as posts', 'posts.topic_id = topics.id', 'left');
->order_by('posts.id', 'desc');
->group_by('topics.id');
Подробнее здесь: https://stackoverflow.com/questions/138 ... query-buil
Мобильная версия