Welcome Guest, Not a member yet? Register   Sign In
[Solved] codeigniter pagination question
#1

(This post was last modified: 03-23-2015, 04:58 AM by wolfgang1983.)

When I view my table it shows a list of my files controllers. But inside that list I have a $data['controller_files'] = array();

Is it possible to some how make the controller_files array work with the codeigniter pagination.

On the view I have set up foreach ($controller_files as $controllers) {}

$route['admin/extension/permissions'] = "admin/extension/extension_permissions/index";
$route['admin/extension/permissions/(:any)'] = "admin/extension/extension_permissions/index/$1";

I have attached the files
There's only one rule - please don't tell anyone to go and read the manual.  Sometimes the manual just SUCKS!
Reply


Messages In This Thread
[Solved] codeigniter pagination question - by wolfgang1983 - 03-22-2015, 01:48 AM
RE: codeigniter pagination question - by CroNiX - 03-22-2015, 08:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB