CodeIgniter Forums
How to Create Pagination? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: How to Create Pagination? (/showthread.php?tid=6905)



How to Create Pagination? - El Forum - 03-17-2008

[eluser]Jauhari[/eluser]
I am a newbie in PHP and CI, and can anyone show me the real example how to create pagination?
So my page will be have 1,2,3 pagination it depends on how many records that I have.

How to do that?

Thanks


How to Create Pagination? - El Forum - 03-17-2008

[eluser]adamp1[/eluser]
All the information you need, with examples can be found [url=http://ellislab.com/codeigniter/user-guide/libraries/pagination.html]here[/url


How to Create Pagination? - El Forum - 03-17-2008

[eluser]MadZad[/eluser]
Isern Palaus posted a nice example in this thread:
ellislab.com/forums/viewthread/70821/
and that’s what I used to get pagination working the first time.