Plugins  LAST
 All Data Structures Files Functions Variables Pages
Variables
ajax.php File Reference

ajax handling for AMORTIZING $t is the target $op is the request action More...

Go to the source code of this file.

Variables

 $ctl =$t
 
 $html ='opération non trouvée'
 
 $extra =''
 
 $close =HtmlInput::anchor_close($t)
 
switch($op) $xml =escape_xml($html)
 
if(headers_sent()) else
 

Detailed Description

ajax handling for AMORTIZING $t is the target $op is the request action

Returns
xml <ctl> the destination object the HTML to display <extra> various usage

Definition in file ajax.php.

Variable Documentation

$close =HtmlInput::anchor_close($t)

Definition at line 34 of file ajax.php.

$ctl =$t

Definition at line 31 of file ajax.php.

$extra =''

Definition at line 33 of file ajax.php.

Referenced by Bank_Item\show_item().

$html ='opération non trouvée'
switch ($op) $xml =escape_xml($html)

Definition at line 83 of file ajax.php.

if (headers_sent()) else
Initial value:
{
header('Content-type: text/xml; charset=UTF-8')

Definition at line 87 of file ajax.php.