Pagination - Create_links not really working |
[eluser]Pellens[/eluser]
Hi, I'm having a problem. I got the pagination working all the time, but this time my "$this->pagination->create_links()" is not really ok. It's working, meaning that I see the links, I can click them and they show the new page, but the links themselves stay the same. If I click on page 3, it still keeps page 1 as current... Any idea how this could be? Thank you! Pellens
[eluser]InsiteFX[/eluser]
Here is a good article on CodeIgniter Pagination... WebLee Pagination InsiteFX
[eluser]pengenbelajarCI[/eluser]
I just experience this ![]() add $config['uri_segment']. On my case => $config['uri_segment'] = '4'; change '4' with proper uri on your apps
[eluser]Pellens[/eluser]
Thank you! @pengenbelajarCI You fixed the problem, had the same issue |
Welcome Guest, Not a member yet? Register Sign In |