Welcome Guest, Not a member yet? Register   Sign In
ROUTES and Functions bug?
#2

[eluser]Unknown[/eluser]
Ow.. My fault. ;D

Fixed code:
Code:
$route['articles/(:num)/(:any)/(:any)'] = "articles/$2_$3/$1";
$route['articles/(:num)/(:any)'] = "articles/$2/$1";

I changed order of lines. Ehm... :} Big Grin


Messages In This Thread
ROUTES and Functions bug? - by El Forum - 08-23-2012, 06:55 AM
ROUTES and Functions bug? - by El Forum - 08-23-2012, 12:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB