CodeIgniter Forums
Pagination "first" and "last" links, have i done something wrong? - 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 "first" and "last" links, have i done something wrong? (/showthread.php?tid=12519)



Pagination "first" and "last" links, have i done something wrong? - El Forum - 10-22-2008

[eluser]Rubiz'[/eluser]
My pagination cannot contain First and Last words, so I tried to change it

Code:
$config['first_link']     = 'esimene';
$config['last_link']      = 'viimane';
Than, I initialize de pagination and other configs are well right.

It shouldnt config this way?????