Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Zfplanet_Model_EntryTable
PHP Class Zfplanet_Model_EntryTable, ZFPlanet
Inheritance:
extends
Doctrine_Table
,
implements
Zend_Paginator_Adapter_Interface
Datei anzeigen
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