Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Zfplanet_Model_EntryTable
PHP Класс Zfplanet_Model_EntryTable, ZFPlanet
Наследование:
extends
Doctrine_Table
,
implements
Zend_Paginator_Adapter_Interface
Показать файл
Открыть проект
Открытые методы
Метод
Описание
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.
Описание методов
count()
публичный
Метод
Returns the total number of rows in the collection.
public
count
( ) :
integer
Результат
integer
getItems()
публичный
Метод
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
Результат
array