JPagination:: construct/11.1

From Joomla! Documentation

Jump to: navigation, search

Joomla 11.1 JPagination::__construct

Description

Constructor.

Description:JPagination:: construct [Edit Descripton]

public function __construct (
        $total
        $limitstart
        $limit
        $prefix= ''
)
Parameter Type Default Description
$total int The total number of items.
$limitstart int The offset of the item to start at.
$limit int The number of items to display per page.
$prefix string The prefix used for request variables.
  • Returns
  • Defined on line 75 of libraries/joomla/html/pagination.php

See also

SeeAlso:JPagination:: construct [Edit See Also]

User contributed notes


Personal tools