Structures_DataGrid::getPageCount
Structures_DataGrid::getPageCount() – Returns the total number of pages
Synopsis
require_once 'Structures/DataGrid.php';
int
Structures_DataGrid::getPageCount
(
)
Описание
This package is not documented yet.
Return value
returns the total number of pages or 1 if there are no records or if there is no row limit
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.