DBCondition Class Reference
[Model]
Simple condition class. More...
Public Member Functions |
|
| __construct ($column, $operator, $value) | |
Public Attributes |
|
| $column | |
| $operator | |
| $value | |
Detailed Description
Simple condition class.
Definition at line 8 of file dbcondition.cls.php.
Constructor & Destructor Documentation
| DBCondition::__construct | ( | $ | column, | |
| $ | operator, | |||
| $ | value | |||
| ) |
Definition at line 13 of file dbcondition.cls.php.
Member Data Documentation
| DBCondition::$column |
Definition at line 9 of file dbcondition.cls.php.
| DBCondition::$operator |
Definition at line 10 of file dbcondition.cls.php.
| DBCondition::$value |
Definition at line 11 of file dbcondition.cls.php.
The documentation for this class was generated from the following file:
- gyro/core/model/base/dbcondition.cls.php
