|
| __construct ($table=false, $pkeyarr=false, $db=false) |
|
| __construct ($table=false, $pkeyarr=false, $db=false, $options=array()) |
|
| __set ($name, $value) |
|
| __set ($name, $value) |
|
| __wakeup () |
|
| __wakeup () |
|
| _pluralize ($table) |
|
| _pluralize ($table) |
|
| _QName ($n, $db=false) |
|
| _singularize ($table) |
|
| _singularize ($tables) |
|
| belongsTo ($foreignRef, $foreignKey=false) |
| ar->foreignName will contain the name of the tables associated with this table because this table's rows may also be referenced by those tables using thistable_id or the provided foreign keys (this index name is stored in ar->foreignKey)
|
|
| belongsTo ($foreignRef, $foreignKey=false, $parentKey='', $parentClass='ADODB_Active_Record') |
|
| DB () |
|
| DB () |
|
| Delete () |
|
| Delete () |
|
| Dirty () |
|
| doquote (&$db, $val, $t) |
|
| doquote (&$db, $val, $t) |
|
| Error ($err, $fn) |
|
| Error ($err, $fn) |
|
| ErrorMsg () |
|
| ErrorMsg () |
|
| ErrorNo () |
|
| ErrorNo () |
|
| Find ($whereOrderBy, $bindarr=false, $pkeysArr=false, $extra=array()) |
|
| Find ($whereOrderBy, $bindarr=false, $pkeysArr=false, $extra=array()) |
|
| GenWhere (&$db, &$table) |
|
| GenWhere (&$db, &$table) |
|
| GetAttributeNames () |
|
| GetAttributeNames () |
|
| GetPrimaryKeys (&$db, $table) |
|
| GetPrimaryKeys (&$db, $table) |
|
| hasMany ($foreignRef, $foreignKey=false) |
|
| hasMany ($foreignRef, $foreignKey=false, $foreignClass='ADODB_Active_Record') |
|
| Insert () |
|
| Insert () |
|
| LastInsertID (&$db, $fieldname) |
|
| LastInsertID (&$db, $fieldname) |
|
| Load ($where=null, $bindarr=false) |
|
| Load ($where=null, $bindarr=false, $lock=false) |
|
| LoadLocked ($where=null, $bindarr=false) |
|
| LoadRelations ($name, $whereOrderBy, $offset=-1, $limit=-1) |
|
| LoadRelations ($name, $whereOrderBy='', $offset=-1, $limit=-1) |
|
| packageFind ($whereOrderBy, $bindarr=false, $pkeysArr=false, $extra=array()) |
|
| Reload () |
|
| Reload () |
|
| Replace () |
|
| Replace () |
|
| Reset () |
|
| Save () |
|
| Save () |
|
| Set (&$row) |
|
| Set (&$row) |
|
& | TableInfo () |
|
& | TableInfo () |
|
| Update () |
|
| Update () |
|
| UpdateActiveTable ($pkeys=false, $forceUpdate=false) |
|
| UpdateActiveTable ($pkeys=false, $forceUpdate=false) |
|
|
static | ClassBelongsTo ($class, $foreignRef, $foreignKey=false, $parentKey='', $parentClass='ADODB_Active_Record') |
|
static | ClassHasMany ($parentclass, $foreignRef, $foreignKey=false, $foreignClass='ADODB_Active_Record') |
|
static | SetDatabaseAdapter (&$db) |
|
static | SetDatabaseAdapter (&$db, $index=false) |
|
static | TableBelongsTo ($table, $foreignRef, $foreignKey=false, $parentKey='', $parentClass='ADODB_Active_Record') |
|
static | TableHasMany ($table, $foreignRef, $foreignKey=false, $foreignClass='ADODB_Active_Record') |
|
static | TableKeyBelongsTo ($table, $tablePKey, $foreignRef, $foreignKey=false, $parentKey='', $parentClass='ADODB_Active_Record') |
|
static | TableKeyHasMany ($table, $tablePKey, $foreignRef, $foreignKey=false, $foreignClass='ADODB_Active_Record') |
|
static | UseDefaultValues ($bool=null) |
|
static | UseDefaultValues ($bool=null) |
|