XOOPS 2.5.6
Final
|
Go to the source code of this file.
Variables | |
$handler =& xoops_getmodulehandler('category') | |
$indexAdmin = new ModuleAdmin() | |
$op = isset($_REQUEST['op']) ? $_REQUEST['op'] : (isset($_REQUEST['id']) ? "edit" : 'list') | |
switch($op) | if (isset($template_main)) |
$handler =& xoops_getmodulehandler('category') |
Definition at line 43 of file category.php.
Referenced by XoopsFile\getHandler(), load_objectHandler(), XoopsModelFactory\loadHandler(), XoopsCaptcha\loadHandler(), profile_stepsave_toggle(), XoopsUtility\recursive(), XoopsHandlerRegistry\setHandler(), and XoopsHandlerRegistry\setModuleHandler().
$indexAdmin = new ModuleAdmin() |
Definition at line 33 of file category.php.
$op = isset($_REQUEST['op']) ? $_REQUEST['op'] : (isset($_REQUEST['id']) ? "edit" : 'list') |
Definition at line 41 of file category.php.
switch ($op) if(isset($template_main)) |
Definition at line 105 of file category.php.