Holds field properties.
More...
List of all members.
Public Member Functions |
| __construct ($properties) |
| Class constructor.
|
| is_primary_key () |
| Check if the field is the primary key.
|
| __call ($function, $params) |
| The 'magic' call method will get/set for us invoked when the interpreter can not find a method the user is asking for.
|
| set_parameters ($arguments) |
| Set variables from an array to member fields requires $this->optional_arguments or $this->required_arguments to have been set by the subclass.
|
Public Attributes |
| $h2o_safe = true |
| can be used in h2o
|
Detailed Description
Constructor & Destructor Documentation
Db_Model_Field::__construct |
( |
|
$properties | ) |
|
Class constructor.
- $properties: field properties
The documentation for this class was generated from the following file: