first link of the pagination class codeigniter |
[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
[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 |
Welcome Guest, Not a member yet? Register Sign In |