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

[eluser]Rick Jolly[/eluser]
You could route every agent through one method and use the agent name to get the view template and agent and listing data from the database.
Code:
$route['agents/(.+)'] = "agents/index/$1";


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



Theme © iAndrew 2016 - Forum software by © MyBB