How to get CI pagination to work with a array();
问题 How can I get the codeigniter pagination to work with my $data['controller_files'][] = array() I cannot figure out best place to put the uri->segment(4) and per page limit. The pagination links work but not per page. Still shows full list of files on my table. Routes // Extensions $route['admin/extension/permissions'] = "admin/extension/extension_permissions/index"; $route['admin/extension/permissions/(:any)'] = "admin/extension/extension_permissions/index/$1"; Controller <?php class