XOOPS  2.6.0
imagemanager.php File Reference

Go to the source code of this file.

Namespaces

 Images
 

Variables

if(empty($target)) $groups = $xoops->getUserGroups()
 
 $helper = Images::getInstance()
 
 $imgcat_id = Request::getInt('imgcat_id', 0)
 
 $op = Request::getCmd('op', 'list')
 
 $start = Request::getInt('start', 0)
 
 $target = Request::getWord('target', '')
 
 $xoops = Xoops::getInstance()
 
 $xoopsTpl = new XoopsTpl()
 

Variable Documentation

if (empty($target)) $groups = $xoops->getUserGroups()

Definition at line 40 of file imagemanager.php.

$helper = Images::getInstance()

Definition at line 27 of file imagemanager.php.

$imgcat_id = Request::getInt('imgcat_id', 0)

Definition at line 33 of file imagemanager.php.

$op = Request::getCmd('op', 'list')

Definition at line 31 of file imagemanager.php.

$start = Request::getInt('start', 0)

Definition at line 34 of file imagemanager.php.

$xoops = Xoops::getInstance()

Definition at line 26 of file imagemanager.php.

$xoopsTpl = new XoopsTpl()

Definition at line 43 of file imagemanager.php.