Welcome Guest, Not a member yet? Register   Sign In
Pagination doesnt show "Last" link
#1

[eluser]furyan[/eluser]
Hi,

My pagination works correct except the "last" link doesnt show up.
I have 5 rows that I fetch from the database so I set up my
$config['total_rows'] to the value of 5 via a function.

$config['per_page'] = 2;
$config['num_links'] = 2;

If I change the num_links value to 1 it displays the "last" link.
Can anyone explain why?


Messages In This Thread
Pagination doesnt show "Last" link - by El Forum - 09-02-2008, 02:42 PM
Pagination doesnt show "Last" link - by El Forum - 09-02-2008, 06:17 PM
Pagination doesnt show "Last" link - by El Forum - 09-03-2008, 12:01 AM
Pagination doesnt show "Last" link - by El Forum - 09-03-2008, 04:03 PM
Pagination doesnt show "Last" link - by El Forum - 09-04-2008, 09:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB