You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: