XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
insertClone ($original, $clone) | |
delete (&$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, $force=false) | |
_insert (&$obj) | |
_update (&$obj) | |
_makeVars4sql (&$obj) | |
_makeCriteria4sql ($criteria) | |
_makeCriteriaElement4sql ($criteria, &$obj) | |
_escapeValue ($value, $type) | |
deleteAll ($criteria, $force=false) | |
getDirname () | |
getDataname () | |
_callDelegate ( $type, &$obj) | |
![]() | |
& | create () |
insert (&$object) | |
delete (&$object) | |
Data Fields | |
$mTable = 'tplset' | |
$mPrimary = 'tplset_id' | |
$mClass = 'LegacyRenderTplsetObject' | |
![]() | |
$mTable = null | |
$mPrimary = null | |
$mClass = null | |
$mDirname = null | |
$mDataname = null | |
$_mDummyObj = null | |
![]() | |
$db | |
Definition at line 73 of file tplset.php.
delete | ( | & | $obj, |
$force = false ) |
Delete $obj.
$obj | ||
bool | $force |
Reimplemented from XoopsObjectGenericHandler.
Definition at line 99 of file tplset.php.
insertClone | ( | $original, | |
$clone ) |
< TODO
Definition at line 79 of file tplset.php.
$mClass = 'LegacyRenderTplsetObject' |
Definition at line 77 of file tplset.php.
$mPrimary = 'tplset_id' |
Definition at line 76 of file tplset.php.
$mTable = 'tplset' |
Definition at line 75 of file tplset.php.