PHP Class Zfplanet_Model_EntryTable, ZFPlanet

Inheritance: extends Doctrine_Table, implements Zend_Paginator_Adapter_Interface
Afficher le fichier Open project: padraic/ZFPlanet

Méthodes publiques

Méthode 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 méthode

Returns the total number of rows in the collection.
public count ( ) : integer
Résultat integer

getItems() public méthode

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
Résultat array