constructor Structures_DataGrid::Structures_DataGrid()
Описание
Builds the DataGrid class. The Core functionality and Renderer are seperated for maintainability and to keep cohesion high.
Параметр
- string $limit
The number of records to display per page.
- integer $page
The current page viewed. In most cases, this is useless. Note: if you specify this, the "page" GET variable will be ignored.
- string $rendererType
The type of renderer to use. You may prefer to use the $type argument of render() , fill() or getOutput()
Examples
Пример 58-1. Instantiation
|
Пред. | Начало | След. |
Structures_DataGrid | Уровень выше | Structures_DataGrid::addColumn() |