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.

Paramètres

mixed $renderer

Renderer type or instance (optional)

array $options

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

Valeur retournée

returns True or PEAR_Error

Valeurs renvoyées

throws no exceptions thrown

Note

Cette fonction ne peut pas être appelée de façon statique.