XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
& | create ($isNew=true) |
& | get ($id, $getsource=false) |
loadSource (&$tplfile) | |
insert (&$tplfile) | |
forceUpdate (&$tplfile) | |
delete (&$tplfile) | |
deleteAll ($criteria=null) | |
& | getObjects ($criteria=null, $getsource=false, $id_as_key=false) |
getCount ($criteria=null) | |
getModuleTplCount ($tplset) | |
& | find ($tplset=null, $type=null, $refid=null, $module=null, $file=null, $getsource=false) |
templateExists ($tplname, $tplset_name) | |
![]() | |
__construct (&$db) | |
& | create () |
& | get ($int_id) |
Additional Inherited Members | |
![]() | |
$db | |
XOOPS template file handler class. This class is responsible for providing data access mechanisms to the data source of XOOPS template file class objects.
Definition at line 65 of file tplfile.php.
& create | ( | $isNew = true | ) |
Definition at line 68 of file tplfile.php.
delete | ( | & | $object | ) |
delete obejct from database
object | $object | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 205 of file tplfile.php.
deleteAll | ( | $criteria = null | ) |
Delete the plural of record by a cetain criteria.
null | $criteria |
Definition at line 226 of file tplfile.php.
& find | ( | $tplset = null, | |
$type = null, | |||
$refid = null, | |||
$module = null, | |||
$file = null, | |||
$getsource = false ) |
Definition at line 303 of file tplfile.php.
forceUpdate | ( | & | $tplfile | ) |
Definition at line 168 of file tplfile.php.
& get | ( | $id, | |
$getsource = false ) |
Definition at line 77 of file tplfile.php.
getCount | ( | $criteria = null | ) |
Definition at line 274 of file tplfile.php.
getModuleTplCount | ( | $tplset | ) |
Definition at line 287 of file tplfile.php.
& getObjects | ( | $criteria = null, | |
$getsource = false, | |||
$id_as_key = false ) |
Definition at line 243 of file tplfile.php.
insert | ( | & | $object | ) |
insert/update object
object | $object | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 114 of file tplfile.php.
loadSource | ( | & | $tplfile | ) |
Definition at line 98 of file tplfile.php.
templateExists | ( | $tplname, | |
$tplset_name ) |
Definition at line 333 of file tplfile.php.