PHP Class Zfplanet_Model_EntryTable, ZFPlanet

Inheritance: extends Doctrine_Table, implements Zend_Paginator_Adapter_Interface
Show file Open project: padraic/ZFPlanet

Public Methods

Method Description
count ( ) : integer Returns the total number of rows in the collection.
getItems ( integer $offset, integer $itemCountPerPage ) : array Returns an collection of items for a page.

Method Details

count() public method

Returns the total number of rows in the collection.
public count ( ) : integer
return integer

getItems() public method

Returns an collection of items for a page.
public getItems ( integer $offset, integer $itemCountPerPage ) : array
$offset integer Page offset
$itemCountPerPage integer Number of items per page
return array