|
XOOPS 2.5.6
Final
|

Public Member Functions | |
| & | create ($isNew=true) |
| delete (&$imgsetimg) | |
| & | get ($id) |
| getByImageset ($imgset_id, $id_as_key=false) | |
| getCount ($criteria=null) | |
| getObjects ($criteria=null, $id_as_key=false) | |
| imageExists ($filename, $imgset_id) | |
| insert (&$imgsetimg) | |
Public Member Functions inherited from XoopsObjectHandler | |
| & | create () |
| delete (&$object) | |
| & | get ($int_id) |
| insert (&$object) | |
| XoopsObjectHandler (&$db) | |
Additional Inherited Members | |
Public Attributes inherited from XoopsObjectHandler | |
| $db | |
XOOPS imageset image handler class. This class is responsible for providing data access mechanisms to the data source of XOOPS imageset image class objects.
Definition at line 94 of file imagesetimg.php.
| & XoopsImagesetimgHandler::create | ( | $isNew = true | ) |
Create a new XoopsImageSetImg
| boolean | $isNew | Flag the object as "new" |
Definition at line 102 of file imagesetimg.php.
| XoopsImagesetimgHandler::delete | ( | & | $imgsetimg | ) |
Delete an image from the database
| object | &$imgsetimg | XoopsImageSetImg |
: Change to if (!(class_exists($this->className) && $obj instanceof $this->className)) when going fully PHP5
Definition at line 182 of file imagesetimg.php.
| & XoopsImagesetimgHandler::get | ( | $id | ) |
Load a XoopsImageSetImg object from the database
| int | $id | ID |
| boolean | $getbinary |
Definition at line 118 of file imagesetimg.php.
| XoopsImagesetimgHandler::getByImageset | ( | $imgset_id, | |
$id_as_key = false |
|||
| ) |
Function-Documentation
| type | $imgset_id | documentation |
| type | $id_as_key | = false documentation |
Definition at line 260 of file imagesetimg.php.
References getObjects().

| XoopsImagesetimgHandler::getCount | ( | $criteria = null | ) |
Count some imagessetsimg
| object | $criteria | CriteriaElement |
Definition at line 240 of file imagesetimg.php.
References $criteria, $result, and $sql.
Referenced by imageExists().

| XoopsImagesetimgHandler::getObjects | ( | $criteria = null, |
|
$id_as_key = false |
|||
| ) |
Load XoopsImageSetImgs from the database
| object | $criteria | CriteriaElement |
| boolean | $id_as_key | Use the ID as key into the array |
| boolean | $getbinary |
Definition at line 206 of file imagesetimg.php.
References $criteria, $limit, $result, $ret, $sql, and $start.
Referenced by getByImageset().

| XoopsImagesetimgHandler::imageExists | ( | $filename, | |
| $imgset_id | |||
| ) |
Function-Documentation
| type | $filename | documentation |
| type | $imgset_id | documentation |
Definition at line 272 of file imagesetimg.php.
References $criteria, and getCount().

| XoopsImagesetimgHandler::insert | ( | & | $imgsetimg | ) |
Write a XoopsImageSetImg object to the database
| object | &$imgsetimg | XoopsImageSetImg |
: Change to if (!(class_exists($this->className) && $obj instanceof $this->className)) when going fully PHP5
Definition at line 142 of file imagesetimg.php.