Welcome Guest, Not a member yet? Register   Sign In
Pagination querystring bug
#2

[eluser]psp83[/eluser]
I came across this problem today.

So I extended the pagination library and changed the following

Code:
$CI->config->item('enable_query_strings') === TRUE OR $this->page_query_string === TRUE

to

Code:
$CI->config->item('enable_query_strings') === TRUE && $this->page_query_string === TRUE

Now you can have query strings enabled in your config.php file and still use segment based pagination.

Hope that helps.


Messages In This Thread
Pagination querystring bug - by El Forum - 04-02-2010, 06:01 AM
Pagination querystring bug - by El Forum - 07-01-2010, 05:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB