JPaginationPagination Class. Provides a common interface for content pagination for the Joomla! Framework
Located in /utilities/presentation/pagination.php (line 26)
JObject | --JPagination
string
orderDownIcon
(int $i, int $n, [boolean $condition = true], [string $task = 'orderdown'], [string $alt = 'Move Down'])
string
orderDownIcon2
(int $id, int $order, [boolean $condition = true], [string $task = 'orderdown'], [string $alt = '#'])
string
orderUpIcon
(int $i, [boolean $condition = true], [string $task = 'orderup'], [string $alt = 'Move Up'])
string
orderUpIcon2
(int $id, int $order, [boolean $condition = true], [string $task = 'orderup'], [string $alt = '#'])
Constructor
Creates a dropdown box for selecting how many records to show per page
Create and return the pagination counter string, ie. Results 1-10 of 42
Create and return the pagination page list string, ie. Previous, Next, 1 2 3 ... x
Return the icon to move an item DOWN
Return the icon to move an item DOWN
Return the icon to move an item UP
Return the icon to move an item UP
Sets the vars for the page navigation template
Writes the html for the leafs counter, eg, Page 1 of x
Writes the dropdown select list for number of rows to show per page Use: print JPagination :: getLimitBox();
Writes the counter string Use: print $pagination->getLimitBox();
Writes the page list string Use: print $pagination->getPagesLinks();
Inherited From JObject
JObject::__construct()
JObject::JObject()
JObject::get()
JObject::set()
JObject::toString()
JObject::__destruct()
Documentation generated on Sat, 4 Feb 2006 14:25:00 +0100 by phpDocumentor 1.3.0RC4