Welcome Guest, Not a member yet? Register   Sign In
specific controllers allowing query strings
#30

[eluser]xwero[/eluser]
I was making it too difficult. the SERVER global isn't cleaned and there the GET global is stored as QUERY_STRING. So if you set the uri_protocol to PATH_INFO you can localize the GET global to the controller method if you want using
Code:
parse_str($_SERVER['QUERY_STRING'],$_GET);


Messages In This Thread
specific controllers allowing query strings - by El Forum - 03-09-2009, 11:11 AM
specific controllers allowing query strings - by El Forum - 03-09-2009, 01:55 PM
specific controllers allowing query strings - by El Forum - 03-10-2009, 04:38 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 05:00 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 05:10 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 05:18 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 05:38 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 05:45 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 05:45 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 06:45 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 06:54 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 07:34 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 07:39 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 07:43 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 10:42 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 10:56 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 11:32 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 11:41 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 11:48 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 11:49 AM
specific controllers allowing query strings - by El Forum - 03-10-2009, 12:12 PM
specific controllers allowing query strings - by El Forum - 03-10-2009, 12:29 PM
specific controllers allowing query strings - by El Forum - 03-10-2009, 12:29 PM
specific controllers allowing query strings - by El Forum - 03-10-2009, 12:33 PM
specific controllers allowing query strings - by El Forum - 03-10-2009, 12:34 PM
specific controllers allowing query strings - by El Forum - 03-10-2009, 12:37 PM
specific controllers allowing query strings - by El Forum - 03-10-2009, 12:52 PM
specific controllers allowing query strings - by El Forum - 03-11-2009, 01:45 AM
specific controllers allowing query strings - by El Forum - 03-11-2009, 03:59 AM
specific controllers allowing query strings - by El Forum - 03-12-2009, 03:00 AM
specific controllers allowing query strings - by El Forum - 03-12-2009, 03:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB