Structures_DataGrid::bind()

Structures_DataGrid::bind()  -- A simple way to add a record set to the datagrid

Synopsis

require_once 'Structures/DataGrid.php';

bool Structures_DataGrid::bind (mixed $container, array [$options = array()], string [$type = NULL])

Description

Ce module n'est actuellement pas documenté.

Paramètres

mixed $container

The record set in any of the supported data source types

array $options

Optional. The options to be used for the data source

chaîne de caractères $type

Optional. The data source type

Valeur retournée

returns True if successful, otherwise PEAR_Error.

Valeurs renvoyées

throws no exceptions thrown

Examples

Note

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