CodeIgniter-MY_Model icon indicating copy to clipboard operation
CodeIgniter-MY_Model copied to clipboard

how to use "where_not_in"function?

Open Noushid opened this issue 7 years ago • 1 comments

how to use where_not_in"function ? i have tried this $this->model->where_not_in('name',$names)->get_all(); but i got an error? How to fix this or use this function.

Noushid avatar Feb 17 '18 18:02 Noushid

$this->model->where('field_name',$value_array,NULL,NULL,TRUE)->get_all();

salain avatar Feb 19 '18 07:02 salain