Welcome Guest, Not a member yet? Register   Sign In
first link of the pagination class codeigniter
#1

[eluser]cmarra[/eluser]
Hi guys, you can customize the first link of the page with the class of CodeIgniter of the page?

For example if I click on the second page of the page, the url is
http://localhost:8888/website/info/page/12

and if I try to click on the first page instead of the url is
http://localhost:8888/website/info/page/

I change the url of the first page in http://localhost:8888/website/info/ ?????

Thanks to all
#2

[eluser]cmarra[/eluser]
help me Wink
#3

[eluser]Gurrewe[/eluser]
$page = 1 ??
#4

[eluser]pickupman[/eluser]
In your configuration array for pagination->initialize() try using:
Code:
$config['uri_segment'] = 4; //3 is default which is page in your url




Theme © iAndrew 2016 - Forum software by © MyBB