Welcome Guest, Not a member yet? Register   Sign In
routing depth
#2

[eluser]reepher[/eluser]
Ahh but this does work the way I expected it to. The most granular route must be at the top and filter its way down.
Code:
$route['location/(:any)/(:any)'] = "location/city";
$route['location/(:any)'] = "location/state/";


Messages In This Thread
routing depth - by El Forum - 02-13-2012, 01:00 PM
routing depth - by El Forum - 02-13-2012, 01:10 PM
routing depth - by El Forum - 02-13-2012, 01:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB