|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct (&$db) | |
| & | create () |
| & | get ($filename) |
| & | getObjects ($criteria=null, $key_as_id=false) |
| insert (&$obj) | |
| delete (&$obj) | |
Data Fields | |
| $_mResult | |
Data Fields inherited from XoopsObjectHandler | |
| $db | |
Definition at line 25 of file subjecticon.php.
| __construct | ( | & | $db | ) |
called from child classes only
| object | $db | reference to the XoopsDatabase object @access protected |
Reimplemented from XoopsObjectHandler.
Definition at line 29 of file subjecticon.php.
| & create | ( | ) |
creates a new object
@abstract
Reimplemented from XoopsObjectHandler.
Definition at line 35 of file subjecticon.php.
| delete | ( | & | $object | ) |
delete obejct from database
| object | $object | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 77 of file subjecticon.php.
| & get | ( | $int_id | ) |
gets a value object
| int | $int_id | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 41 of file subjecticon.php.
| & getObjects | ( | $criteria = null, | |
| $key_as_id = false ) |
Definition at line 54 of file subjecticon.php.
| insert | ( | & | $object | ) |
insert/update object
| object | $object | @abstract |
Reimplemented from XoopsObjectHandler.
Definition at line 72 of file subjecticon.php.
| $_mResult |
Definition at line 27 of file subjecticon.php.