Welcome Guest, Not a member yet? Register   Sign In
How do I make the route for methods in a controller all stem from the root?
#4

Your route should be


Code:
$route['debate/:num'] = 'main/debate/$1';
A good decision is based on knowledge and not on numbers. - Plato

Reply


Messages In This Thread
RE: How do I make the route for methods in a controller all stem from the root? - by salain - 07-12-2017, 02:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB