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

this file respond to an ajax request The parameters are More...

Go to the source code of this file.

Variables

global $cn = new Database($gDossier)
 
 $cont = 0
 
global $g_parameter
 
global $g_user = new User($cn)
 
 $html = var_export($_REQUEST, true)
 
 $var = array('gDossier', 'op')
 

Detailed Description

this file respond to an ajax request The parameters are

Definition in file ajax_misc.php.

Variable Documentation

$cn = new Database($gDossier)

Definition at line 61 of file ajax_misc.php.

$cont = 0

Definition at line 47 of file ajax_misc.php.

global $g_parameter

Definition at line 61 of file ajax_misc.php.

$g_user = new User($cn)

Definition at line 61 of file ajax_misc.php.

$html = var_export($_REQUEST, true)

Definition at line 66 of file ajax_misc.php.

$var = array('gDossier', 'op')

Definition at line 46 of file ajax_misc.php.