Welcome Guest, Not a member yet? Register   Sign In
Pagination + URI Routing problem
#5

[eluser]InsiteFX[/eluser]
Also this.
Code:
$routes['review/(:any)'] = "review/index/$1";

Should be like this.
Code:
$routes['review/:any'] = "review/index/$1";

InsiteFX


Messages In This Thread
Pagination + URI Routing problem - by El Forum - 12-28-2010, 10:37 PM
Pagination + URI Routing problem - by El Forum - 12-29-2010, 12:44 AM
Pagination + URI Routing problem - by El Forum - 12-29-2010, 04:14 AM
Pagination + URI Routing problem - by El Forum - 12-29-2010, 05:06 AM
Pagination + URI Routing problem - by El Forum - 12-29-2010, 08:28 AM
Pagination + URI Routing problem - by El Forum - 01-07-2011, 02:06 AM
Pagination + URI Routing problem - by El Forum - 01-07-2011, 02:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB