CodeIgniter Forums
CI 1.6 pagination still bugged - 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: CI 1.6 pagination still bugged (/showthread.php?tid=6050)



CI 1.6 pagination still bugged - El Forum - 02-13-2008

[eluser]EugeneS[/eluser]
$this->p_config['num_links'] = 5;

Courrently:
[1] 2 3 4 5 6 »
‹ First « 1 2 3 4 5 [6]

or show "Last >"
[1] 2 3 4 5 6 » Last >

or do not show "< First"
« 1 2 3 4 5 [6]

so finally should look like:
[1] 2 3 4 5 6 »
« 1 2 3 4 5 [6]
OR
[1] 2 3 4 5 6 » Last >
‹ First « 1 2 3 4 5 [6]


in other case where is logic ?
when i'm on the first page i dont see "Last", but when i'm on the last page i see "First"