CodeIgniter Forums
pagination links - 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 links (/showthread.php?tid=14868)



pagination links - El Forum - 01-18-2009

[eluser]foyer[/eluser]
I use the pagination class built in with CI, but when it shows my pages, they are linked to

mypage/page/20
mypage/page/40
mypage/page/80
mypage/page/100

But I need them to incriminate the page # like

mypage/page/1
mypage/page/2
mypage/page/3
mypage/page/4

If it isn't a config variable what is the best way to accomplish this?


pagination links - El Forum - 01-30-2009

[eluser]juddmuir[/eluser]
I'd like to achieve the same result, did you get anywhere with this?


pagination links - El Forum - 01-30-2009

[eluser]Atas[/eluser]
see: http://ellislab.com/forums/viewthread/100961/


pagination links - El Forum - 01-30-2009

[eluser]foyer[/eluser]
Yeah I ended up writing my own library