Welcome Guest, Not a member yet? Register   Sign In
Pagination Class Suggestion
#1

[eluser]Unknown[/eluser]
In my app, I enabled querystrings, but didn't want or need them for my search page. I was unable to override this setting and disable querystring pagination, so I modified lines 123 and 173 of the Pagination class so that I could accomplish this by setting
Code:
$config['page_query_string']
to
Code:
false
.

Both lines of code should look like this:
Code:
if (($CI->config->item('enable_query_strings') === TRUE OR $this->page_query_string === TRUE) && $this->page_query_string !== false)

Thought I'd share, in case anyone else was running into the same issue.


Messages In This Thread
Pagination Class Suggestion - by El Forum - 06-18-2009, 10:41 PM
Pagination Class Suggestion - by El Forum - 06-20-2009, 08:37 AM
Pagination Class Suggestion - by El Forum - 06-20-2009, 12:32 PM



Theme © iAndrew 2016 - Forum software by © MyBB