Zend Framework
1.12
|
Public Member Functions | |
__construct ($count=0) | |
Constructor. | |
getItems ($offset, $itemCountPerPage) | |
Returns an array of items for a page. | |
count () | |
Returns the total number of rows in the array. | |
Protected Attributes | |
$_count = null | |
__construct | ( | $count = 0 | ) |
Constructor.
array | $count | Total item count |
count | ( | ) |
Returns the total number of rows in the array.
getItems | ( | $offset, | |
$itemCountPerPage | |||
) |
Returns an array of items for a page.
integer | $offset | Page offset |
integer | $itemCountPerPage | Number of items per page |
Implements Zend_Paginator_Adapter_Interface.
|
protected |