CodeIgniter Forums
Pagination number problem - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Pagination number problem (/showthread.php?tid=18311)



Pagination number problem - El Forum - 05-02-2009

[eluser]kalpesh[/eluser]
hi,
I doesn`t want to display numbers in pagination
I just wan to display like this
<< < > >>
or
Previous Next

Is there any way to do this with pagination library?
Please help me
Thanks in advance.


Pagination number problem - El Forum - 05-02-2009

[eluser]slowgary[/eluser]
I believe you can. Check out the user guide on pagination:

http://ellislab.com/codeigniter/user-guide/libraries/pagination.html

One of the config options lets you specify how many digit links should appear.