Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16552 программиста и 1692 робота. Сейчас ищут 1576 программистов ...
Structures_DataGrid::render
Вернуться к: Class Structures_DataGrid
Structures_DataGrid::render
Structures_DataGrid::render() – Render the datagrid
Synopsis
require_once 'Structures/DataGrid.php';
mixed Structures_DataGrid::render ( mixed $renderer = null , array $options = array() )
You can call this method several times with different renderers.
Parameter
- mixed $renderer
-
Renderer type or instance (optional)
- array $options
-
An associative array of the form: array(optionName => optionValue, ...)
Return value
returns True or PEAR_Error
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Class Structures_DataGrid