Welcome Guest, Not a member yet? Register   Sign In
Adding querystrings
#1

[eluser]mattalexx[/eluser]
The problem with the whole "/controller/action/param1value/param2value/param3value" thing is, the parameters do not have keys and so flexibility is lost (what if I wanted to include param3 but not param1 or param2?). It would be cool if I could do something like this:
Code:
/controller/action/param1value/param3key:param3value
Or maybe this:
Code:
/controller/action/param1value?param3key=param3value
What's the best way to include variable parameters without making my life too difficult later on?


Messages In This Thread
Adding querystrings - by El Forum - 06-22-2008, 05:31 PM
Adding querystrings - by El Forum - 06-22-2008, 07:54 PM
Adding querystrings - by El Forum - 06-22-2008, 07:57 PM
Adding querystrings - by El Forum - 06-22-2008, 10:33 PM
Adding querystrings - by El Forum - 06-22-2008, 11:24 PM
Adding querystrings - by El Forum - 06-22-2008, 11:26 PM
Adding querystrings - by El Forum - 06-23-2008, 04:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB