hi ,
i want to create pagination like example below , using codeigniter pagination library
1 | 2 | 3 | 4 .....
but when i look at config array in that library there is no option to do that . how can i fix this .
hi ,
i want to create pagination like example below , using codeigniter pagination library
1 | 2 | 3 | 4 .....
but when i look at config array in that library there is no option to do that . how can i fix this .
$config['num_tag_open'] = ' | ';
$config['num_tag_close'] = ' | ';
Something like this. You'll have to play around with different tag configurations depending on how you have it set up, but the tag config options is what you're looking for.