Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18086 программистов и 1573 робота. Сейчас ищут 1583 программиста ...
Structures_DataGrid::getCurrentRecordNumberStart
Вернуться к: Class Structures_DataGrid
Structures_DataGrid::getCurrentRecordNumberStart
Structures_DataGrid::getCurrentRecordNumberStart() – Returns the number of the first record of the current page
Synopsis
require_once 'Structures/DataGrid.php';
int Structures_DataGrid::getCurrentRecordNumberStart ( )
This package is not documented yet.
Return value
returns the number of the first record currently shown, or: 0 if there are no records, 1 if there is no row limit
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Class Structures_DataGrid