|
Agile Toolkit
4.2
Agile Toolkit is a powerful web development framework. Inspired by GUI Applications development
|
Public Member Functions | |
| init () | |
| getBy ($model, $field, $value) | |
| loadBy ($model, $field, $value) | |
| load ($model, $id) | |
| rewind ($model) | |
| next ($model) | |
| setSource ($model, $data) | |
| setAssoc ($data) | |
| getActualFields () | |
| getActualFields | ( | ) |
| getBy | ( | $ | model, |
| $ | field, | ||
| $ | value | ||
| ) |
| init | ( | ) |
Initialize object. Always call parent
This method is called for initialization
Reimplemented from AbstractObject.
| load | ( | $ | model, |
| $ | id | ||
| ) |
Reimplemented in Controller_Data_ArrayAssoc.
| loadBy | ( | $ | model, |
| $ | field, | ||
| $ | value | ||
| ) |
| next | ( | $ | model | ) |
| rewind | ( | $ | model | ) |
| setAssoc | ( | $ | data | ) |
| setSource | ( | $ | model, |
| $ | data | ||
| ) |
Reimplemented in Controller_Data_ArrayAssoc.