previousStructures_DataGrid::removeColumn (Previous) (Next) Structures_DataGrid::setCurrentPagenext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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() )

Description

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.

previousStructures_DataGrid::removeColumn (Previous) (Next) Structures_DataGrid::setCurrentPagenext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: wiesemann
Jake, the available options are documented on the manual pages for each renderer driver.
Note by: jake@jakenoblewebs.co.uk
This is not documentation?

"An associative array of the form: array(optionName => optionValue, ...)"

What are the options?