phpcompta  Version-6
 All Data Structures Namespaces Files Functions Variables Pages
Variables
do.php File Reference

Main file. More...

Go to the source code of this file.

Variables

 $_GET ['ac'] =$default
 
 $_POST ['ac'] =$default
 
 $_REQUEST ['ac'] =$default
 
 $all [0] = $default
 
 $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['ac'])) else
 

Detailed Description

Main file.

Definition in file do.php.

Variable Documentation

$_GET['ac'] =$default

Definition at line 146 of file do.php.

$_POST['ac'] =$default
$_REQUEST['ac'] =$default

Definition at line 148 of file do.php.

$all[0] = $default

Definition at line 150 of file do.php.

$browser = $_SERVER['HTTP_USER_AGENT']

Definition at line 69 of file do.php.

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

Definition at line 53 of file do.php.

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

Definition at line 53 of file do.php.

$g_user = new User($cn)

Definition at line 53 of file do.php.

$module_selected = -1

Definition at line 128 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 116 of file do.php.

if (isset($_REQUEST['ac'])) else
Initial value:
{
$default = find_default_module()

Definition at line 144 of file do.php.