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') | |
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.
Definition at line 89 of file ajax_card.php.
| $cont =0 |
Definition at line 67 of file ajax_card.php.
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.