Miscellaneous | |
PEAR Manual | |
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.
Renderer type or instance (optional)
An associative array of the form: array(optionName => optionValue, ...)
returns True or PEAR_Error
throws no exceptions thrown
This function can not be called statically.
Miscellaneous | |
PEAR Manual | |