Welcome Guest, Not a member yet? Register   Sign In
Url params in routes
#2

[eluser]Colin Williams[/eluser]
Hrm... that's not going to work like you think it is. By routing like that, you aren't magically creating a query string, your just telling CI to store the URI in a slightly different manner. And it's not CI that parses the URI for a query string, it's PHP (or, CGI, maybe). PHP won't know about this routing. You would have to parse the re-routed URI yourself.


Messages In This Thread
Url params in routes - by El Forum - 07-14-2008, 08:48 AM
Url params in routes - by El Forum - 07-14-2008, 09:19 AM
Url params in routes - by El Forum - 07-14-2008, 09:22 AM
Url params in routes - by El Forum - 07-14-2008, 09:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB