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 ()

Description

Ce module n'est actuellement pas documenté.

Valeur retournée

returns the number of the first record currently shown, or: 0 if there are no records, 1 if there is no row limit

Valeurs renvoyées

throws no exceptions thrown

Note

Cette fonction ne peut pas être appelée de façon statique.