Member Function Documentation
Redefine this to add special handling of your own fields
Field Documentation
Connects regular grid with a model and imports fields as columns.
In most cases the following use is sufficient $grid->setModel('SomeModel');
You can use Grid only with a single Model to simplify select.
Reimplemented from AbstractObject.
Initial value:array(
'string'=>'text',
'int'=>'number',
'numeric'=>'number',
'real'=>'real',
'money'=>'money',
'text'=>'shorttext',
'reference'=>'text',
'datetime'=>'timestamp',
'date'=>'date',
'daytime'=>'daytime',
'daytime_total'=>'daytime_total',
'boolean'=>'boolean',
'list'=>'text',
'readonly'=>'text',
'image'=>'text',
'file'=>'referenece',
)
The documentation for this class was generated from the following file: