Welcome Guest, Not a member yet? Register   Sign In
Problem with WHERE and pagination
#11

[eluser]yoelrodguez[/eluser]
What I want to achieve is a filter to my query when I do and I have not changed the filter page works fine but when I change the filter page disappears so I will select colova the example of previous
#12

[eluser]Otemu[/eluser]
Check to see if you are producing any results from the query
add
Code:
$this->output->enable_profiler(TRUE);
to your controller
the page might disappear due to it not returning any results
#13

[eluser]yoelrodguez[/eluser]
Ok
#14

[eluser]yoelrodguez[/eluser]
Result test

Filter without changing page

SELECT * FROM (table) WHERE nombre = 'testing 4'

Filter after changing the page

SELECT * FROM (table) WHERE nombre = 0

These are the results that is giving me WHERE

ud there any solution to this problem

#15

[eluser]Otemu[/eluser]
Is it possible to put this page online so I can take a look
#16

[eluser]yoelrodguez[/eluser]
I have only the Local




Theme © iAndrew 2016 - Forum software by © MyBB