Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use "where_not_in"function? #269

Open
Noushid opened this issue Feb 17, 2018 · 1 comment
Open

how to use "where_not_in"function? #269

Noushid opened this issue Feb 17, 2018 · 1 comment

Comments

@Noushid
Copy link

Noushid commented Feb 17, 2018

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.

@salain
Copy link
Collaborator

salain commented Feb 19, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants