Welcome Guest, Not a member yet? Register   Sign In
[Solved] Query String Not Staying In Pagination URL
#6

PHP Code:
$route['example'] = "example/index";
$route['example/(:any)'] = "example/index/$1";

// The below will never run, any is a catch all root!

$route['example/(:any)/(:any)'] = "example/index/$1/$2";
$route['example/(:any)/(:any)/(:any)'] = "example/index/$1/$2/$3";
$route['example/(:any)/(:any)/(:any)/(:any)'] = "example/index/$1/$2/$3/$4"
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Query String Not Staying In Pagination URL - by InsiteFX - 06-07-2015, 03:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB