CodeIgniter Forums
Pagination without numbers - 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 without numbers (/showthread.php?tid=45078)



Pagination without numbers - El Forum - 09-07-2011

[eluser]tente[/eluser]
Hi,

i'm adding a new fuction to the pagination class in order to change the numbering by dots (apple style):

[Image: j82kp3.jpg]

What would be the best approach? Extending the class with a new function (create_links_dotted() copy in there all the create_links() code and modify it? or is there another plausible aproach?