Miscellaneous | |
PEAR Manual | |
require_once 'Structures/DataGrid.php'; |
mixed
Structures_DataGrid::addColumn
(
&$column
,
string
$position = 'last'
,
string
$relativeTo = NULL
,
object
$column
)
This package is not documented yet.
One of: "last", "first", "after" or "before" (default: "last")
The name (label) or field name of the relative column, if $position is "after" or "before"
The Structures_DataGrid_Column object (reference to)
returns PEAR_Error on failure, void otherwise
throws no exceptions thrown
Adding a simple column
|
This function can not be called statically.
Miscellaneous | |
PEAR Manual | |