Welcome Guest, Not a member yet? Register   Sign In
Same Pagination Problem
#6

[eluser]Önder ÖZCAN[/eluser]
I fixed problem :

The solution is , uri_segment is not enough for creating pagination ...

$offset = $this->uri->segment(4,0); is needed for Sql statement which is really gets 4th segment of address string.

When i try to execute everything works fine . But also uri_segment is needed by pagination , it does not do anything but somehow it needed by configuration .

It's just prooved that Pagination Class has a bug !


Messages In This Thread
Same Pagination Problem - by El Forum - 08-21-2012, 12:47 PM
Same Pagination Problem - by El Forum - 08-21-2012, 03:00 PM
Same Pagination Problem - by El Forum - 08-21-2012, 03:15 PM
Same Pagination Problem - by El Forum - 08-21-2012, 05:48 PM
Same Pagination Problem - by El Forum - 08-22-2012, 03:51 AM
Same Pagination Problem - by El Forum - 08-22-2012, 06:36 AM
Same Pagination Problem - by El Forum - 08-22-2012, 09:28 AM
Same Pagination Problem - by El Forum - 08-22-2012, 10:58 AM
Same Pagination Problem - by El Forum - 08-22-2012, 11:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB