![]() |
[SOLVED]Custom Pagination...please help - 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: [SOLVED]Custom Pagination...please help (/showthread.php?tid=3279) |
[SOLVED]Custom Pagination...please help - El Forum - 09-21-2007 [eluser]Sarfaraz Momin[/eluser] Hello, Please help me with this pagination issue. First of all I do not get the prev link if I increase the numlinks to display and secondly can i change the number display in the uri segment e.g right now if i have 10 records per page it shows as 10 / 20 / 30 accordingly per page. can i make it 1 / 2 / 3. All CI gurus plz help. No replies encouraged me to do this small helper class which works as i want. Thought might help someone. Not the best of the code but still works Code: <?php if (!defined('BASEPATH')) exit('No direct script access allowed'); |