Solar_Form_Load_Model::_getCol()
protected
array
Solar_Form_Load_Model::_getCol
( string $name
)
Gets a column definition from the model; if the column does not exist at the model, gets a "fake" column definition instead.
Parameters
(string)
$name
: The column name to retrieve.
Returns
(array) The column definition.
Description
Gets a column definition from the model; if the column does not exist at the model, gets a "fake" column definition instead.