Welcome Guest, Not a member yet? Register   Sign In
Pagination - Create_links not really working
#1

[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
#2

[eluser]InsiteFX[/eluser]
Here is a good article on CodeIgniter Pagination...

WebLee Pagination

InsiteFX
#3

[eluser]pengenbelajarCI[/eluser]
I just experience this Big Grin

add $config['uri_segment'].

On my case => $config['uri_segment'] = '4';

change '4' with proper uri on your apps
#4

[eluser]Pellens[/eluser]
Thank you!

@pengenbelajarCI You fixed the problem, had the same issue




Theme © iAndrew 2016 - Forum software by © MyBB