Welcome Guest, Not a member yet? Register   Sign In
Pagination negative offset
#3

You can check that the page isn't negative.

Something like this:

Code:
$page = $this->uri->segment ( 2 ) && $this->uri->segment ( 2 ) > 0 ? (int) $this->uri->segment ( 2 ) : 1;
Reply


Messages In This Thread
Pagination negative offset - by DarkKnight - 06-17-2020, 10:57 AM
RE: Pagination negative offset - by paulkd - 07-04-2020, 01:14 AM
RE: Pagination negative offset - by CINewb - 07-16-2020, 04:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB