Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16446 программистов и 1675 роботов. Сейчас ищут 1535 программистов ...
Structures_DataGrid::bindDataSource
Вернуться к: Class Structures_DataGrid
Structures_DataGrid::bindDataSource
Structures_DataGrid::bindDataSource() – Bind an already instantiated DataSource driver
Synopsis
require_once 'Structures/DataGrid.php';
mixed Structures_DataGrid::bindDataSource ( mixed &$source )
This package is not documented yet.
Parameter
- mixed &$source
-
The data source driver object
Return value
returns True if successful, otherwise PEAR_Error
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Class Structures_DataGrid