Miscellaneous | |
PEAR Manual | |
require_once 'Structures/DataGrid.php'; |
bool
Structures_DataGrid::bind
(
mixed
$container
,
array
$options = array()
,
string
$type = NULL
)
This package is not documented yet.
The record set in any of the supported data source types
Optional. The options to be used for the data source
Optional. The data source type
returns True if successful, otherwise PEAR_Error.
throws no exceptions thrown
Bind an SQL query
|
Bind a DB_DataObject
|
This function can not be called statically.
Miscellaneous | |
PEAR Manual | |