Welcome Guest, Not a member yet? Register   Sign In
HMVC + Admin pagination (SOLVED)
#1

[eluser]eokorie[/eluser]
Hi,

I hope someone can help me figure this out... I am currently using HMVC in my application and I applied Phil's Sturgeon 3rd method of setting up an admin panel instead of my usual 2 applications. I can get the pagination to work well on the front end of my application but I am having major issues with getting it to work with the backend.

I have tried everything I could think with the routes, but cant seem to get pagination to work on my admin items. Can anyone help?

This is the default routing for admin in the global config folder:

Code:
$route['admin/([a-zA-Z_-]+)/(:any)'] = '$1/admin_$1/$2';
$route['admin/([a-zA-Z_-]+)'] = '$1/admin_$1/index';
$route['admin/(:any)']        = 'admin/$1';
$route['admin']               = 'admin';

The modules do have their own routes.php file but I cant seem to get the pagination working. Any help will be appreciated.

Thanks


Messages In This Thread
HMVC + Admin pagination (SOLVED) - by El Forum - 11-10-2010, 04:09 AM
HMVC + Admin pagination (SOLVED) - by El Forum - 11-12-2010, 10:14 AM
HMVC + Admin pagination (SOLVED) - by El Forum - 12-26-2010, 04:48 AM
HMVC + Admin pagination (SOLVED) - by El Forum - 12-26-2010, 08:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB