thuc101
Results
2
comments of
thuc101
`public function your_select(){ $this->db->select('id,field1,field2'); return $this; }`
`$this->article_model->your_select()->get_all();`