Structures_DataGrid::getPageCount

Structures_DataGrid::getPageCount() – 総ページ数を返す

Synopsis

require_once 'Structures/DataGrid.php';

int Structures_DataGrid::getPageCount ( )

Description

This package is not documented yet.

Return value

総ページ数を返します。 レコードが存在しない場合やレコード数の制限がない場合には 1 を返します。

Throws

例外はスローされません。

Note

This function can not be called statically.