XOOPS 2.5.6
Final
|
Public Member Functions | |
& | create ($isNew=true) |
delete (&$imgcat) | |
& | get ($id) |
getCount ($criteria=null) | |
getList ($groups=array(), $perm= 'imgcat_read', $display=null, $storetype=null) | |
getObjects ($criteria=null, $id_as_key=false) | |
insert (&$imgcat) | |
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 image caetgory handler class. This class is responsible for providing data access mechanisms to the data source of XOOPS image category class objects.
Definition at line 166 of file imagecategory.php.
& XoopsImagecategoryHandler::create | ( | $isNew = true | ) |
Create a new XoopsImageCategory
boolean | $isNew | Flag the object as "new" |
Definition at line 174 of file imagecategory.php.
XoopsImagecategoryHandler::delete | ( | & | $imgcat | ) |
Delete an image from the database
object | &$imgcat | XoopsImageCategory |
: Change to if (!(class_exists($this->className) && $obj instanceof $this->className)) when going fully PHP5
Definition at line 254 of file imagecategory.php.
& XoopsImagecategoryHandler::get | ( | $id | ) |
Load a XoopsImageCategory object from the database
int | $id | ID |
boolean | $getbinary |
Definition at line 190 of file imagecategory.php.
XoopsImagecategoryHandler::getCount | ( | $criteria = null | ) |
Count some images
object | $criteria | CriteriaElement |
Definition at line 312 of file imagecategory.php.
XoopsImagecategoryHandler::getList | ( | $groups = array() , |
|
$perm = 'imgcat_read' , |
|||
$display = null , |
|||
$storetype = null |
|||
) |
Get a list of imagesCaegories
int | $imgcat_id | |
bool | $image_display |
Definition at line 333 of file imagecategory.php.
References $criteria, $groups, $i, $ret, and getObjects().
XoopsImagecategoryHandler::getObjects | ( | $criteria = null , |
|
$id_as_key = false |
|||
) |
XoopsImagecategoryHandler::insert | ( | & | $imgcat | ) |
Write a XoopsImageCategory object to the database
object | &$imgcat | XoopsImageCategory |
: Change to if (!(class_exists($this->className) && $obj instanceof $this->className)) when going fully PHP5
Definition at line 214 of file imagecategory.php.