Open Noushid opened 6 years ago
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.
where_not_in"function
$this->model->where_not_in('name',$names)->get_all();
$this->model->where('field_name',$value_array,NULL,NULL,TRUE)->get_all();
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.