Welcome Guest, Not a member yet? Register   Sign In
Pagination, filtering results and Get variables
#1

[eluser]gh0st[/eluser]
I have a paginated list of items (ie: people who reside in a country) which my client requires filters for the country name.

However, GET is switched off and it is very hard to switch GET back on, and still keep the clean URLs.

Although there is only one filter for this page, the next page has 3 filters.

What I don't want it something like this though

someurl.com/[controller]/[method]/[page]/[s<omething]/[something]/[something] .... etc

Because what happens if the second [something] is not there?

I've tried switching the use Get on in the config and switching to PATH_INFO, but this ruins all the URLs.

I just want to do this:

someurl.com/[controller]/[method]/[page]/?filter1=&filter2;=

Is it not possible to do this?

Thanks.


Messages In This Thread
Pagination, filtering results and Get variables - by El Forum - 09-04-2009, 08:19 AM
Pagination, filtering results and Get variables - by El Forum - 09-04-2009, 09:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB