Welcome Guest, Not a member yet? Register   Sign In
A Case for _GET variables
#3

[eluser]Pascal Kriete[/eluser]
As Michael mentioned, it can be done by setting enable_query_strings to true and then using PATH_INFO or REQUEST_URI for the uri_protocol.

I'm not a fan of them as it tends to blow up the url (most car sites have absolutely unusable urls). To me, this looks like a perfect case for uri->uri_to_assoc:
Code:
function search()
{
    $params = $this->uri->uri_to_assoc(3, array('make', 'model'));
}


Messages In This Thread
A Case for _GET variables - by El Forum - 06-30-2009, 11:32 AM
A Case for _GET variables - by El Forum - 06-30-2009, 12:14 PM
A Case for _GET variables - by El Forum - 06-30-2009, 12:40 PM
A Case for _GET variables - by El Forum - 06-30-2009, 01:14 PM
A Case for _GET variables - by El Forum - 06-30-2009, 02:05 PM
A Case for _GET variables - by El Forum - 06-30-2009, 02:17 PM
A Case for _GET variables - by El Forum - 06-30-2009, 02:43 PM
A Case for _GET variables - by El Forum - 06-30-2009, 02:48 PM
A Case for _GET variables - by El Forum - 06-30-2009, 02:52 PM
A Case for _GET variables - by El Forum - 06-30-2009, 03:08 PM
A Case for _GET variables - by El Forum - 06-30-2009, 03:22 PM
A Case for _GET variables - by El Forum - 06-30-2009, 05:23 PM
A Case for _GET variables - by El Forum - 06-30-2009, 05:38 PM
A Case for _GET variables - by El Forum - 07-01-2009, 01:30 AM
A Case for _GET variables - by El Forum - 07-01-2009, 02:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB