Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

commercial.php File Reference

Base of the module "Gestion", the p_action indicates what file must included and this file will manage the request (customer, supplier, contact,...). More...

Go to the source code of this file.

Variables

 $_SESSION ["g_name"] = $g_name
 $rep = DbConnect($_SESSION['g_dossier'])
 $User = new cl_user($rep)
 $p_action = (isset ($_REQUEST['p_action']))?$_REQUEST['p_action']:""
 $cn = DbConnect($_SESSION['g_dossier'])


Detailed Description

Base of the module "Gestion", the p_action indicates what file must included and this file will manage the request (customer, supplier, contact,...).

Definition in file commercial.php.


Variable Documentation

$_SESSION['g_pagesize'] = $g_name
 

Definition at line 35 of file commercial.php.

Referenced by cl_user::Check(), cl_user::cl_user(), fiche::GetByDef(), cl_user::GetGlobalPref(), jrn_navigation_bar(), ListJrn(), action::myList(), ShowDossier(), TransferCSV(), and ViewFiche().

$cn = DbConnect($_SESSION['g_dossier'])
 

Definition at line 98 of file commercial.php.

$p_action = (isset ($_REQUEST['p_action']))?$_REQUEST['p_action']:""
 

Definition at line 75 of file commercial.php.

$rep = DbConnect($_SESSION['g_dossier'])
 

Definition at line 42 of file commercial.php.

$User = new cl_user($rep)
 

Definition at line 44 of file commercial.php.