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

[eluser]n0xie[/eluser]
It's because it expects to find 2 more arguments that are of type 'num'. If there aren't any arguments, the rule isn't executed.

Why not just do
Code:
$route['Resource-Centre/Catalogue/(:any)'] = 'resource-centre/catalogue/$1';
and check for paging variables inside your method?


Messages In This Thread
Routing Problem - by El Forum - 06-14-2010, 08:07 AM
Routing Problem - by El Forum - 06-14-2010, 08:46 AM
Routing Problem - by El Forum - 06-14-2010, 08:48 AM
Routing Problem - by El Forum - 06-14-2010, 09:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB