noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Enumerations | Variables
do.php File Reference

Main file. More...

Go to the source code of this file.

Enumerations

enum  ALLOWED

Variables

 $browser = $_SERVER['HTTP_USER_AGENT']
global $cn = new Database(Dossier::id())
global $g_parameter = new Own($cn)
global $g_user = new User($cn)
 $module_selected = -1
 $oPeriode = new Periode($cn, $periode)
if(strpos($browser, 'MSIE
6')!=false||strpos($browser,
'MSIE 5')!=false) if($cn->
exist_table('version')==false)
if(DBVERSION
< dossier::get_version($cn))
if(DBVERSION >
dossier::get_version($cn)) 
$periode = $g_user->get_periode()
if(!isset($_REQUEST['gDossier']))
if(!isset($_SESSION['g_theme'])) 
$style_user = HtmlInput::default_value_post("style_user",$_SESSION['g_theme'])

Detailed Description

Main file.

Definition in file do.php.


Enumeration Type Documentation

enum ALLOWED

Definition at line 22 of file do.php.


Variable Documentation

$browser = $_SERVER['HTTP_USER_AGENT']

Definition at line 70 of file do.php.

$cn = new Database(Dossier::id())

Definition at line 54 of file do.php.

if ($g_user->check_dossier(dossier::id())== 'P') $g_parameter = new Own($cn)

Definition at line 54 of file do.php.

$g_user = new User($cn)

Definition at line 54 of file do.php.

$module_selected = -1

Definition at line 129 of file do.php.

$oPeriode = new Periode($cn, $periode)
if (strpos($browser, 'MSIE 6')!=false||strpos($browser, 'MSIE 5')!=false) if ($cn->exist_table('version')==false) if (DBVERSION< dossier::get_version($cn)) if (DBVERSION > dossier::get_version($cn)) $periode = $g_user->get_periode()

Definition at line 117 of file do.php.

if (!isset($_REQUEST['gDossier'])) if (!isset($_SESSION['g_theme'])) $style_user = HtmlInput::default_value_post("style_user",$_SESSION['g_theme'])

Definition at line 50 of file do.php.

 All Data Structures Namespaces Files Functions Variables Enumerations