|
|
File: g:\Work\WWW\php\tbox\lib/cfield.phps
PHP Documentation - PHP/Toolbox::Table
CField
CSnippet | +-- CField
The table field class.
|
private class CField extends CSnippet
The table field class.
| new CField(array(
| "ignore" => TRUE,
| ...
| ))
The descendants of CField class allow you to specify
custom field processing or representation.
|
|
Direct known subclasses: CImageField
|
|
|
|
|
Fields inherited from CSnippet |
$id |
|
Public Method Details |
CField |
public void CField( array $args )
|
|
Constructor.
|
Parameter |
|
|
Returns |
void |
|
|
Private Method Details |
process |
private abstract void process( mixed &$value )
|
|
Processes the value.
|
Parameter |
|
mixed |
&$value |
|
|
- inout value. |
|
Returns |
void |
|
|
|
|
PHPDoc 1.0beta |