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

this file respond to an ajax request and return an object with the ctl and the html string at minimum More...

Go to the source code of this file.

Variables

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

Detailed Description

this file respond to an ajax request and return an object with the ctl and the html string at minimum

 {'ctl':'','html':''}

The parameters are

Definition in file ajax_card.php.

Variable Documentation

$cn =new Database($gDossier)

Definition at line 89 of file ajax_card.php.

$cont =0

Definition at line 67 of file ajax_card.php.

$g_user =new User($cn)

Definition at line 90 of file ajax_card.php.

switch ($op) $html =var_export($_REQUEST,true)

Definition at line 94 of file ajax_card.php.

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

Definition at line 66 of file ajax_card.php.