XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
insert (&$obj, $force=false) | |
![]() | |
__construct (&$db) | |
& | create ($isNew=true) |
& | get ($id) |
& | getObjects ($criteria=null, $limit=null, $start=null, $id_as_key=false) |
getIdList ($criteria=null, $limit=null, $start=null) | |
getCount ($criteria=null) | |
_getCount ($sql=null) | |
_insert (&$obj) | |
_update (&$obj) | |
_makeVars4sql (&$obj) | |
_makeCriteria4sql ($criteria) | |
_makeCriteriaElement4sql ($criteria, &$obj) | |
_escapeValue ($value, $type) | |
delete (&$obj, $force=false) | |
deleteAll ($criteria, $force=false) | |
getDirname () | |
getDataname () | |
_callDelegate ( $type, &$obj) | |
![]() | |
& | create () |
insert (&$object) | |
delete (&$object) | |
Data Fields | |
$mTable = 'profile_data' | |
$mPrimary = 'uid' | |
$mClass = 'Profile_DataObject' | |
![]() | |
$mTable = null | |
$mPrimary = null | |
$mClass = null | |
$mDirname = null | |
$mDataname = null | |
$_mDummyObj = null | |
![]() | |
$db | |
Definition at line 80 of file Data.class.php.
insert | ( | & | $obj, |
$force = false ) |
Reimplemented from XoopsObjectGenericHandler.
Definition at line 86 of file Data.class.php.
$mClass = 'Profile_DataObject' |
Definition at line 84 of file Data.class.php.
$mPrimary = 'uid' |
Definition at line 83 of file Data.class.php.
$mTable = 'profile_data' |
Definition at line 82 of file Data.class.php.