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') | |
| if(LOGINPUT) switch($op) | $xml = escape_xml($html) |
| echo | |
| if (!defined('ALLOWED')) define('ALLOWED' | |
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 91 of file ajax_card.php.
| $cont = 0 |
Definition at line 69 of file ajax_card.php.
Definition at line 92 of file ajax_card.php.
| $html = var_export($_REQUEST,true) |
Definition at line 96 of file ajax_card.php.
| $var = array('gDossier','op','ctl') |
Definition at line 68 of file ajax_card.php.
| if (LOGINPUT) switch ($op) $xml = escape_xml($html) |
Definition at line 567 of file ajax_card.php.
Referenced by escape_xml(), Extension\read_definition(), and unescape_xml().
Definition at line 578 of file ajax_card.php.
Definition at line 56 of file ajax_card.php.