CodeIgniter Forums
add anchor tag pagination link - 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: add anchor tag pagination link (/showthread.php?tid=27134)



add anchor tag pagination link - El Forum - 02-01-2010

[eluser]basty_dread[/eluser]
i just wanna know how to add the # for the link of pagination...

please help me.. thank you
so the pagination link will become

http://website.com/index.php/books/library/2#table


add anchor tag pagination link - El Forum - 02-02-2010

[eluser]basty_dread[/eluser]
help! help! thanks!


add anchor tag pagination link - El Forum - 02-02-2010

[eluser]Rob Gordijn[/eluser]
I've checked the docs, and also the sourcecode, but it seems like CI doesn't support this feature.
You need to do some extending of the pagination class and add some extra code to add your #anchor...