Stud.IP
2.0 Revision 48548
|
Public Member Functions | |
__construct ($id=null) | |
Public Member Functions inherited from SimpleORMap | |
setId ($id) | |
getId () | |
getNewId () | |
getData () | |
toArray () | |
getValue ($field) | |
setValue ($field, $value) | |
__get ($field) | |
__set ($field, $value) | |
__isset ($field) | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
getIterator () | |
count () | |
isField ($field) | |
setData ($data, $reset=false) | |
haveData () | |
isNew () | |
setNew ($is_new) | |
getWhereQuery () | |
restore () | |
store () | |
triggerChdate () | |
delete () |
Static Public Member Functions | |
static | find ($id) |
static | findBySql ($where) |
static | findByFieldAndUser ($field, $user_id) |
static | deleteBySql ($where) |
static | deleteByUser ($user_id) |
Static Public Member Functions inherited from SimpleORMap | |
static | expireTableScheme () |
static | find ($class, $id) |
static | findBySQL ($class, $where) |
static | deleteBySQL ($class, $where) |
Additional Inherited Members | |
Protected Member Functions inherited from SimpleORMap | |
getTableScheme () | |
Static Protected Member Functions inherited from SimpleORMap | |
static | TableScheme ($db_table) |
Protected Attributes inherited from SimpleORMap | |
$content = array() | |
$is_new = true | |
$db_table = '' | |
$db_fields = null | |
$pk = null | |
Static Protected Attributes inherited from SimpleORMap | |
static | $schemes |
__construct | ( | $id = null | ) |
string | $id | primary key of table |
Reimplemented from SimpleORMap.
|
static |
|
static |
|
static |
|
static |
|
static |