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

[eluser]xwero[/eluser]
If you want mixed urls you better change the uri_protocol setting and fetch the GET global in the controller constructor or method using
Code:
parsestr($_SERVER['QUERY_STRING'],$_GET);

Enabling the query string is a hack to get mixed urls but it's a bad thing if you extend that hack to another library. In CI logic if you enable the query string you are going to use query string urls not mixed urls.


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