XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
& | create ($isNew=true) |
& | get ($id) |
& | getByName ($tplset_name) |
insert (&$tplset) | |
delete (&$tplset) | |
& | getObjects ($criteria=null, $id_as_key=false) |
getCount ($criteria=null) | |
& | getList ($criteria=null) |
![]() | |
__construct (&$db) | |
& | create () |
Additional Inherited Members | |
![]() | |
$db | |
XOOPS tplset handler class. This class is responsible for providing data access mechanisms to the data source of XOOPS tplset class objects.
Definition at line 50 of file tplset.php.
& create | ( | $isNew = true | ) |
Definition at line 53 of file tplset.php.
delete | ( | & | $object | ) |
delete obejct from database
object | $object | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 133 of file tplset.php.
& get | ( | $int_id | ) |
gets a value object
int | $int_id | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 62 of file tplset.php.
& getByName | ( | $tplset_name | ) |
Definition at line 80 of file tplset.php.
getCount | ( | $criteria = null | ) |
Definition at line 175 of file tplset.php.
& getList | ( | $criteria = null | ) |
Definition at line 188 of file tplset.php.
& getObjects | ( | $criteria = null, | |
$id_as_key = false ) |
Definition at line 147 of file tplset.php.
insert | ( | & | $object | ) |
insert/update object
object | $object | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 98 of file tplset.php.