Structures_DataGrid::Structures_DataGrid()

Structures_DataGrid::Structures_DataGrid() -- Constructor

Synopsis

require_once 'Structures/DataGrid.php';

void Structures_DataGrid ([integer $limit = NULL [, integer $page = 0 [, string $renderer = DATAGRID_RENDER_TABLE]]])

Описание

The constructor accepts 3 parameters all of which are optional and helps to determine which type of grid you would like to use.

Параметр

Заметка

This object must be constructed as a reference in PHP4

Пример