Welcome Guest, Not a member yet? Register   Sign In
db where limitation?
#1

[eluser]Unknown[/eluser]
Hi all


I have made a function in my model to search from a list of users in my database
I use many
Code:
$this->db->where('level','normal');

it's work well but after 7 where codeigniter return nothing

I used $this->db->last_query(); , $this->output->enable_profiler(TRUE); and I had executed the query in phpmyadmin and it work but no more in codeigniter.

thanks
#2

[eluser]danmontgomery[/eluser]
There's a theoretical limit to the number of conditions active record could store, but it's exponentially larger than 7... Maybe you can post some code (along with the query from the profiler)?




Theme © iAndrew 2016 - Forum software by © MyBB