Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 16501 программист и 1672 робота. Сейчас ищут 1695 программистов ...
Structures_DataGrid::getColumnByName
Вернуться к: Class Structures_DataGrid
Structures_DataGrid::getColumnByName
Structures_DataGrid::getColumnByName() – Find a column by name (label)
Synopsis
require_once 'Structures/DataGrid.php';
object Either& Structures_DataGrid::getColumnByName ( string $name )
This package is not documented yet.
Parameter
- string $name
-
The name (label) of the column to look for
Return value
returns the column object (reference to) or false if there is no such column
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Class Structures_DataGrid