Welcome Guest, Not a member yet? Register   Sign In
Routing issue - Pagination not working properly
#1

[eluser]Mauricio de Abreu Antunes[/eluser]
Hello!

I have a controller here:
http://localhost/percutz/news(page 1)
http://localhost/percutz/news/1 (page 1)
http://localhost/percutz/news/2 (page 2)

Controller executes database method from model and returns a result to $data['news'].

No problem at there, but when i go for http://localhost/percutz/news/1 , i have a problem with
Code:
echo $this->pagination;

http://localhost/percutz/news
[1] 2 >
http://localhost/percutz/news/2
1 [2] >

Not showing Last and First and my $config array has $config['first_link'] = 'First New';
and < (previous page).

When i go for http://localhost/percutz/news/index/2 (page 2), pagination shows properly!
http://localhost/percutz/news/2
First New < 1 [2] > Last New


My routes.php
Code:
$routes['news/(:num)'] = 'news/index/$1';


Thanks!


Messages In This Thread
Routing issue - Pagination not working properly - by El Forum - 02-13-2012, 11:00 AM
Routing issue - Pagination not working properly - by El Forum - 02-13-2012, 12:42 PM
Routing issue - Pagination not working properly - by El Forum - 02-13-2012, 08:49 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 08:24 AM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 01:25 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 03:09 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 04:27 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 04:37 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 04:52 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 05:01 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 05:07 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 05:36 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 05:48 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 05:49 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 06:13 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 07:34 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 08:06 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 08:33 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 08:51 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 08:56 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 09:44 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 10:30 PM
Routing issue - Pagination not working properly - by El Forum - 02-14-2012, 10:50 PM
Routing issue - Pagination not working properly - by El Forum - 03-06-2012, 04:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB