XOOPS  2.6.0
page_siteinit.php File Reference

Go to the source code of this file.

Namespaces

 installer
 

Functions

 exception_handler ($exception)
 

Variables

 $_SESSION ['error'] = $error
 
 $_SESSION ['siteconfig'] = $siteconfig
 
 $_SESSION ['pageHasHelp'] = $pageHasHelp
 
 $_SESSION ['pageHasForm'] = $pageHasForm
 
 $_SESSION ['content'] = $content
 
 $content = ob_get_contents()
 
 $error = $_SESSION['error']
 
 $GLOBALS ['xoopsDB'] = \XoopsDatabaseFactory::getDatabaseConnection(true)
 
 $language = $wizard->language
 
 $modules_active = array()
 
if(!$status) $pageHasForm = true
 
 $pageHasHelp = false
 
if(!$dbm->isConnectable()) $res = $dbm->query("SELECT COUNT(*) FROM " . $dbm->db->prefix("users"))
 
 $root = dirname(__DIR__)
 
 $siteconfig = $_SESSION['siteconfig']
 
 $status = $system_module->install('system', true)
 
 $system = System::getInstance()
 
 $system_module = new SystemModule()
 
 $xoops = Xoops::getInstance()
 
if($_SERVER['REQUEST_METHOD']== 'POST') else
 
 if (!empty($error["name"]))
 
 if (!empty($error["email"]))
 
 if (!empty($error["pass"]))
 

Function Documentation

exception_handler (   $exception)

Definition at line 31 of file page_siteinit.php.

Variable Documentation

$_SESSION['error'] = $error

Definition at line 211 of file page_siteinit.php.

$_SESSION['siteconfig'] = $siteconfig

Definition at line 212 of file page_siteinit.php.

$_SESSION['pageHasHelp'] = $pageHasHelp

Definition at line 213 of file page_siteinit.php.

$_SESSION['pageHasForm'] = $pageHasForm

Definition at line 214 of file page_siteinit.php.

$_SESSION['content'] = $content

Definition at line 215 of file page_siteinit.php.

$content = ob_get_contents()

Definition at line 207 of file page_siteinit.php.

$error = $_SESSION['error']

Definition at line 74 of file page_siteinit.php.

Definition at line 44 of file page_siteinit.php.

$modules_active = array()
if (!$status) $pageHasForm = true

Definition at line 69 of file page_siteinit.php.

$pageHasHelp = false

Definition at line 70 of file page_siteinit.php.

if (!$dbm->isConnectable()) $res = $dbm->query("SELECT COUNT(*) FROM " . $dbm->db->prefix("users"))
$root = dirname(__DIR__)

Definition at line 51 of file page_siteinit.php.

Referenced by Xoops\__construct(), and Xoops\path().

$siteconfig = $_SESSION['siteconfig']

Definition at line 72 of file page_siteinit.php.

$system = System::getInstance()

Definition at line 62 of file page_siteinit.php.

$system_module = new SystemModule()

Definition at line 61 of file page_siteinit.php.

$xoops = Xoops::getInstance()

Definition at line 41 of file page_siteinit.php.

if ($isadmin) else
Initial value:

Definition at line 109 of file page_siteinit.php.

if(!empty($error["name"]))

Definition at line 147 of file page_siteinit.php.

if(!empty($error["email"]))

Definition at line 156 of file page_siteinit.php.

if(!empty($error["pass"]))

Definition at line 170 of file page_siteinit.php.