Welcome Guest, Not a member yet? Register   Sign In
Converting an old ASP application to a modular CI application
#4

[eluser]SitesByJoe[/eluser]
I took your advice and it works great!

Code:
$route['agents/(.+)/search'] = "agents/search/$1";
$route['agents/(.+)/detail'] = "agents/detail/$1";

// etc, then a catch-all
$route['agents/(.+)'] = "agents/index/$1";

Is there a way to display the re-written route for further testing?


Messages In This Thread
Converting an old ASP application to a modular CI application - by El Forum - 10-30-2008, 02:17 PM



Theme © iAndrew 2016 - Forum software by © MyBB