Routing Problem |
[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
|