| spoof
    | 


| Data Fields | |
| $joins = array() | |
|  Data Fields inherited from Table | |
| $fields = array() | |
| Additional Inherited Members | |
|  Public Member Functions inherited from Table | |
| select (\lib360\db\condition\ICondition $condition=NULL, array $values=array(), array $fields=NULL) | |
| selectRecords (array $conditions=array(), array $fields=NULL) | |
| update (array $fields,\lib360\db\condition\ICondition $condition=NULL, array $values=array()) | |
| insert (array $fields) | |
| delete (\lib360\db\condition\ICondition $condition=NULL, array $values=array()) | |
|  Public Member Functions inherited from Store | |
| getName () | |
| getDB () | |
| setName ($name) | |
| setDB ($db) | |
| getExecutor () | |
| getLanguage () | |
|  Protected Attributes inherited from Table | |
| $keys | |
|  Protected Attributes inherited from Store | |
| $name | |
| $db | |
| $executor | |
| $language | |
An abstract database table view class. Provides ability to create logical views across 2 or more database tables. The actual extending classes need to provide the view name, connection alias name, default fields, and table join configuration.
| $joins = array() |