noalyss Version-9
Variables
ajax_document_state.php File Reference

Manage Document_State. More...

Go to the source code of this file.

Variables

 $action =$http->request('action')
 
 $ctl_id =$http->request('ctl')
 
catch(Exception $e) $document_state_sql =new Document_State_SQL($cn,$p_id)
 
global $g_user
 
 $mtable =new Document_State_MTable($document_state_sql)
 
 $p_id =$http->request('p_id', "number")
 
 try
 

Detailed Description

Manage Document_State.

Definition in file ajax_document_state.php.

Variable Documentation

◆ $action

$action =$http->request('action')

Definition at line 38 of file ajax_document_state.php.

◆ $ctl_id

$ctl_id =$http->request('ctl')

Definition at line 40 of file ajax_document_state.php.

◆ $document_state_sql

catch (Exception $e) $document_state_sql =new Document_State_SQL($cn,$p_id)

Definition at line 48 of file ajax_document_state.php.

◆ $g_user

global $g_user

Definition at line 24 of file ajax_document_state.php.

◆ $mtable

$mtable =new Document_State_MTable($document_state_sql)

Definition at line 49 of file ajax_document_state.php.

◆ $p_id

$p_id =$http->request('p_id', "number")

Definition at line 39 of file ajax_document_state.php.

◆ try

try
Initial value:
{
$table=$http->request('table')
$table
Definition: menu.inc.php:103

Definition at line 36 of file ajax_document_state.php.