Welcome Guest, Not a member yet? Register   Sign In
Routes Problem
#3

[eluser]Unknown[/eluser]
Hm, maybe that's the way to go but it works with my other routes.

For example this route work perfect.

Code:
$route['popular'] = 'playlists/orderby/popular';
$route['popular/page/(:num)'] = 'playlists/orderby/popular';

example.com/popular/page/2/ = Works
example.com/popular/page/asd/ = 404

So it feels better to use the same method for every pagination case and not mix ways if doing it.


Messages In This Thread
Routes Problem - by El Forum - 09-07-2012, 06:51 AM
Routes Problem - by El Forum - 09-07-2012, 06:54 AM
Routes Problem - by El Forum - 09-07-2012, 07:08 AM
Routes Problem - by El Forum - 09-07-2012, 03:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB