I am using the pagination class in my codeigniter application. The pagination links show up fine, ie, I suppose the right number of links eg. 1 2 3 4 5 >, and the page loads up
CIAPP - application directory tester- controller class
are you using any function inside tester..??
if then,
base_url().'tester/function_name';
You are going to want to set the "use_page_numbers" value to TRUE in your pagination configuration.
$config['use_page_numbers'] = TRUE,