Welcome Guest, Not a member yet? Register   Sign In
help with routes
#2

(This post was last modified: 07-21-2015, 08:28 PM by pdthinh.)

I think you should move the 2nd route to last.

PHP Code:
$route['admin/orders'] = 'admin_orders/index';
$route['admin/orders/getAll'] = 'admin_orders/getAll';
$route['admin/orders/getLast'] = 'admin_orders/getLast';
$route['admin/orders/delete/(:any)'] = 'admin_orders/delete'; 
$route
['admin/orders/(:any)'] = 'admin_orders/index'// moved to last 
Reply


Messages In This Thread
help with routes - by GoncaloF - 07-21-2015, 04:34 PM
RE: help with routes - by pdthinh - 07-21-2015, 08:27 PM
RE: help with routes - by Avenirer - 07-22-2015, 04:17 AM
RE: help with routes - by Dracula - 07-22-2015, 02:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB