noalyss Version-9
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 =Dossier::connect()
 
 $cont =0
 
 $extra =""
 
global $g_user =new Noalyss_User($cn)
 
 $html =var_export($_REQUEST,true)
 
 $http =new HttpInput()
 
 $var =array('gDossier','op2','ctl')
 
switch($op2) $xml =escape_xml($html)
 

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

Definition at line 82 of file ajax_card.php.

◆ $cont

$cont =0

Definition at line 65 of file ajax_card.php.

◆ $extra

$extra =""

Definition at line 90 of file ajax_card.php.

◆ $g_user

$g_user =new Noalyss_User($cn)

Definition at line 83 of file ajax_card.php.

◆ $html

$html =var_export($_REQUEST,true)

Definition at line 87 of file ajax_card.php.

◆ $http

$http =new HttpInput()

Definition at line 81 of file ajax_card.php.

◆ $var

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

Definition at line 64 of file ajax_card.php.

Referenced by compute_variable().

◆ $xml

switch ( $op2) $xml =escape_xml($html)