Miscellaneous | |
PEAR Manual | |
require_once 'Structures/DataGrid.php'; |
mixed
Structures_DataGrid::getOutput
(
int
$type = NULL
,
array
$options = array()
)
This package is not documented yet.
Renderer type (optional)
An associative array of the form: array(optionName => optionValue, ...)
returns The datagrid output (Usually a string: HTML, CSV, etc...) or a PEAR_Error
throws no exceptions thrown
This function can not be called statically.
Miscellaneous | |
PEAR Manual | |