CodeIgniter Forums
Nice 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: Nice Pagination (/showthread.php?tid=53983)



Nice Pagination - El Forum - 08-17-2012

[eluser]Unknown[/eluser]
hi ,
i don't like the urls that codeigniter pagination makes!!they looks awful to me!
for example it makes
Code:
http://localhost/admin/mng_posts/10
http://localhost/admin/mng_posts/20
http://localhost/admin/mng_posts/30
how could i change the 10 to 1 , 20 to 2 , and so on!


Nice Pagination - El Forum - 08-17-2012

[eluser]Otemu[/eluser]
Hi,

Just set the following:

Code:
$config['use_page_numbers'] = TRUE;

Quote:By default, the URI segment will use the starting index for the items you are paginating. If you prefer to show the the actual page number, set this to TRUE.

http://ellislab.com/codeigniter/user-guide/libraries/pagination.html