Skip to content

srpurdy/CI_Pagination_Extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended Codeigniter Pagination Class

This extended class gives the ability to render links like below

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

It's suggested you disable first and last links by setting them to FALSE when constructing pages with the pagination class. As these are redundant with this extended class.

Example Usage

$config['show_first_int'] = '3';
$config['show_last_int'] = '3';

About

Supporting begining and end pages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages