JPagination::__construct
Constructor.
Signature
public function __construct(integer
$total,
[integer
$limitstart = '',
[integer
$limit = '',
[string
$prefix = '']]] )
Parameters
-
$total
- The total number of items.
-
$limitstart
- The offset of the item to start at.
-
$limit
- The number of items to display per page.
-
$prefix
- The prefix used for request variables.