XOOPS  2.6.0
schematool.php File Reference

Go to the source code of this file.

Variables

 $clean_input
 
if($op!= 'showschema'||empty($mod_dirname)) $indexAdmin = new \Xoops\Module\Admin()
 
 $mod_dirname = $clean_input['mod_dirname']
 
 $op = $clean_input['op']
 

Variable Documentation

$clean_input
Initial value:
'post',
array(
array('op','string', 'selectmodule', true),
array('mod_dirname','string', '', true),
)
)
static gather($source, $input_map, $require=false)

Definition at line 32 of file schematool.php.

if ($op!= 'showschema'||empty($mod_dirname)) $indexAdmin = new \Xoops\Module\Admin()

Definition at line 47 of file schematool.php.

$mod_dirname = $clean_input['mod_dirname']

Definition at line 41 of file schematool.php.

$op = $clean_input['op']

Definition at line 40 of file schematool.php.