Welcome Guest, Not a member yet? Register   Sign In
Pagination link problem
#1

[eluser]kalpesh[/eluser]
Hi,
I try pagination successfully
But it doesnt give me the result as i want.
Means if there is 40 records in database and 5 records in each pages then
it should display like this
1 2 3 4 5 6 7 8 > Last>
but it is displaying
1 2 3 > Last>
in every time.

And whenever i click on links the pages changes but current link is always 1.

So please help me.
Thanks in advance.
#2

[eluser]TheFuzzy0ne[/eluser]
It sounds as if CodeIgniter is not looking at the right segment for the start result number.

Quote:$config['uri_segment'] = 3;

The pagination function automatically determines which segment of your URI contains the page number. If you need something different you can specify it.




Theme © iAndrew 2016 - Forum software by © MyBB