noalyss Version-9
Variables
export_document.php File Reference

retrieve a document. More...

Go to the source code of this file.

Variables

 $action = (isset($_REQUEST['a'])) ? $_REQUEST['a'] : 'sh'
 
 $ag_id =$http->request('ag_id','number',0)
 
 $http =new HttpInput()
 
 $id =$http->request('id','number','0')
 
 $value =$http->request('value',"string", null)
 

Detailed Description

retrieve a document.

It received http variables :

Definition in file export_document.php.

Variable Documentation

◆ $action

$action = (isset($_REQUEST['a'])) ? $_REQUEST['a'] : 'sh'

Definition at line 37 of file export_document.php.

◆ $ag_id

$ag_id =$http->request('ag_id','number',0)

Definition at line 40 of file export_document.php.

◆ $http

$http =new HttpInput()

Definition at line 34 of file export_document.php.

◆ $id

$id =$http->request('id','number','0')

Definition at line 39 of file export_document.php.

◆ $value

$value =$http->request('value',"string", null)