Zend Framework
1.12
|
Public Member Functions | |
getItems ($offset, $itemCountPerPage) | |
Returns a Zend_Db_Table_Rowset_Abstract of items for a page. | |
![]() | |
__construct (Zend_Db_Select $select) | |
Constructor. | |
getCacheIdentifier () | |
Returns the cache identifier. | |
setRowCount ($rowCount) | |
Sets the total row count, either directly or through a supplied query. | |
getItems ($offset, $itemCountPerPage) | |
Returns an array of items for a page. | |
count () | |
Returns the total number of rows in the result set. | |
getCountSelect () | |
Get the COUNT select object for the provided query. | |
Additional Inherited Members | |
![]() | |
const | ROW_COUNT_COLUMN = 'zend_paginator_row_count' |
![]() | |
$_countSelect = null | |
$_select = null | |
$_rowCount = null | |
$_cacheIdentifier = null | |
getItems | ( | $offset, | |
$itemCountPerPage | |||
) |
Returns a Zend_Db_Table_Rowset_Abstract of items for a page.
integer | $offset | Page offset |
integer | $itemCountPerPage | Number of items per page |
Implements Zend_Paginator_Adapter_Interface.