XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence du fichier page_moduleinstaller.php

Espaces de nommage

 installer
 

Variables

 $xoopsOption ['checkadmin'] = true
 
 $xoopsOption ['hascommon'] = true
 
if(! @include_once "../language/{$wizard->language}/global.php") if(! @include_once "../modules/system/language/{$wizard->language}/admin/modulesadmin.php") if (! @include_once "../modules/system/language/{$wizard->language}/admin.php")
 
 $pageHasForm = true
 
 $pageHasHelp = false
 
if($_SERVER['REQUEST_METHOD']==='POST') else
 
 $installed_mods = $module_handler->getObjects()
 
 $listed_mods = array()
 
 foreach ( $installed_mods as $module)
 
 $dirlist = XoopsLists::getModulesList()
 
 $toinstal = 0
 
 $javascript = ''
 
 $content = ''
 

Documentation des variables

◆ $content

$content = ''

◆ $dirlist

$dirlist = XoopsLists::getModulesList()

◆ $installed_mods

$installed_mods = $module_handler->getObjects()

◆ $javascript

$javascript = ''

◆ $listed_mods

$listed_mods = array()

◆ $pageHasForm

$pageHasForm = true

◆ $pageHasHelp

$pageHasHelp = false

◆ $toinstal

$toinstal = 0

◆ $xoopsOption [1/2]

$xoopsOption[ 'checkadmin'] = true

◆ $xoopsOption [2/2]

$xoopsOption[ 'hascommon'] = true

◆ else

if ( $_SERVER[ 'REQUEST_METHOD']==='POST') else
Valeur initiale :
{
if (!isset($GLOBALS['xoopsConfig']['language'])) {
$GLOBALS['xoopsConfig']['language'] = $_COOKIE['xo_install_lang'];
}

◆ foreach

foreach($installed_mods as $module)

◆ if

if($toinstal==0)
xoops_getHandler
xoops_getHandler($name, $optional=false)
Definition: functions.php:28
$module_handler
$module_handler
Definition: menu.php:26
$GLOBALS
$GLOBALS['xoopsOption']['template_main']
Definition: index.php:84