Welcome Guest, Not a member yet? Register   Sign In
What's wrong with my pagination?
#7

[eluser]Chillahan[/eluser]
Never mind, segment 3 IS the index. Actually, I correctly deduced that from the help (somehow) first time around, but then looking through so many examples I got hooked into thinking it was the page number (which is what one would expect it to be, really). So the above should just simply be:

if ($this->uri->segment(3))
{
$itemStartIndex = $this->uri->segment(3);
}
else
{
$itemStartIndex = '0';
}

Sorry about the confusion.


Messages In This Thread
What's wrong with my pagination? - by El Forum - 07-03-2008, 03:20 PM
What's wrong with my pagination? - by El Forum - 07-03-2008, 05:44 PM
What's wrong with my pagination? - by El Forum - 07-03-2008, 05:51 PM
What's wrong with my pagination? - by El Forum - 07-03-2008, 06:29 PM
What's wrong with my pagination? - by El Forum - 07-03-2008, 06:53 PM
What's wrong with my pagination? - by El Forum - 07-09-2008, 08:39 PM
What's wrong with my pagination? - by El Forum - 07-09-2008, 08:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB