Welcome Guest, Not a member yet? Register   Sign In
MY_Pagination ie(1,2,3,7,8,9,20,21,22)
#1

[eluser]srpurdy[/eluser]
Hi,

This hasn't been fully tested yet, but this should give you the ability to have pagination with links like this example

[1][2][3] [7][8][9] [20][21][22]

You can also customize the the amount of links on each end with new variables
show_first_int
show_last_int

example usage
Code:
$config['show_first_int'] = '3';
$config['show_last_int'] = '3';

Library below which extends ci's pagination class.

File Attached. If you find bugs let me know. Smile
#2

[eluser]Mirge[/eluser]
You should put this on github so people can contribute! Smile
#3

[eluser]srpurdy[/eluser]
Good idea Smile

https://github.com/srpurdy/CI_Pagination_Extended
#4

[eluser]srpurdy[/eluser]
Updated on github with gaps in each group of pages so you can have something like

[1][2][3]...[7][8][9]...[20][21][22]




Theme © iAndrew 2016 - Forum software by © MyBB