Код: Выделить всё
$array = array('classesID' => 6);
$this->db
->select()
->from($this->_table_name)
->where($array)
->order_by($this->_order_by);
$query = $this->db->get();
return $query->result();
Подробнее здесь: https://stackoverflow.com/questions/465 ... lder-scrip
Мобильная версия