|
$type = intval($this->input->post('type',true));
|
|
$type = intval($this->input->post('type',true));
|
|
$list = $this->Company_model->get_list($where, 'id,name',null, null, 'name asc,id desc', NUll);
|
|
$list = $this->Company_model->get_list($where, 'id,name',null, null, 'name asc,id desc', NUll);
|