CodeIgniter Forums
Pagination with custom URL - 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 with custom URL (/showthread.php?tid=47944)



Pagination with custom URL - El Forum - 12-29-2011

[eluser]dandys997[/eluser]
Hi,
I've setting the URL routing to use this kind of addresses:

Code:
http://domain.com/object_id,caption.html

for example:

Code:
http://domain.com/12,fruits.html

But now, I would like to use the pagination with these URL. CodeIgniter's pagination class need to specify segment (which is a value separated with slashes).

Is there any way to use it in my purpose?

Or maybe there's another class to use custom URLs? Or maybe you have an idea how to make it works?

Thanks in advance for help.