CodeIgniter Forums
Router and pagination - 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: Router and pagination (/showthread.php?tid=10202)



Router and pagination - El Forum - 07-22-2008

[eluser]Asinox[/eluser]
i need to ask something more, i hav a lot of problem with pagination.... in this point i know how configure the data for pagination, but some time i hav problem with this... for example in some view i cant see the preview or next links, another view is fine, others the problem is that when i clicked the number X i get the next result but the number dont change (bold) to the actual page.

But i need to ask now about Router.... ¿Always that i need to set pagination i need to add data like "$route['admin/users/:num'] = "admin/users";" in the router?

because now i have problem with pagination in the index of my site....i got the 404 Not Found

¿how ill configure the "$route['index/:num'] = "index.php/page";?

Sorry that im asking a lottttttttt but i need to learn CI and the best way is with and real project....and im developing one.

Thanks u