Welcome Guest, Not a member yet? Register   Sign In
Routing Problem
#1

[eluser]Vasi[/eluser]
Hi guys,
I used for routing the method from here:
http://ellislab.com/forums/viewthread/146402/#717286

I have no problem when routing like this:
Code:
$route['example_controller/(:any)'] = 'example_controller/$1';

but when I try to add a method like bellow it doesn't work:
Code:
$route['example_controller/method/(:any)'] = 'example_controller/method/$1';

Any help would be appreciate it.
Thanks.


Messages In This Thread
Routing Problem - by El Forum - 06-29-2010, 08:14 AM
Routing Problem - by El Forum - 06-29-2010, 08:52 AM
Routing Problem - by El Forum - 06-29-2010, 08:59 AM
Routing Problem - by El Forum - 06-30-2010, 01:30 AM
Routing Problem - by El Forum - 03-22-2012, 02:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB