Accepting Infinite Values in URL |
[eluser]Unknown[/eluser]
I'm currently working on an application where I'd like users to be able to filter out via a variety of facets. I'm hoping to be able to set up a flexible URL structure such as http://app/controller/foo/category/categ...gB/page/4/ ... etc Rather than having function foo($option1,$option2.... $option3000) - any ideas on how to handle this better? func_get_args would work in a normal PHP script, but it doesnt seem to be working in this case. Thanks! |
Messages In This Thread |
Accepting Infinite Values in URL - by El Forum - 03-15-2010, 05:05 PM
Accepting Infinite Values in URL - by El Forum - 03-15-2010, 05:44 PM
Accepting Infinite Values in URL - by El Forum - 03-15-2010, 05:46 PM
|