noalyss Version-9
Variables
ajax_save_predf_op.php File Reference

save the new predefined operation included from ajax_misc More...

Go to the source code of this file.

Variables

 $action =$http->request('action')
 
 $ctl_id =$http->request('ctl')
 
 $http =new HttpInput()
 
 $operation_predef_mtable =new Operation_Predef_MTable($prd_op)
 
 $p_id =$http->request('p_id', "number")
 
 $prd_op =new Op_Predef_SQL($cn)
 
 try
 

Detailed Description

save the new predefined operation included from ajax_misc

Definition in file ajax_save_predf_op.php.

Variable Documentation

◆ $action

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

Definition at line 34 of file ajax_save_predf_op.php.

◆ $ctl_id

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

Definition at line 36 of file ajax_save_predf_op.php.

◆ $http

$http =new HttpInput()

Definition at line 28 of file ajax_save_predf_op.php.

◆ $operation_predef_mtable

$operation_predef_mtable =new Operation_Predef_MTable($prd_op)

Definition at line 48 of file ajax_save_predf_op.php.

◆ $p_id

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

Definition at line 35 of file ajax_save_predf_op.php.

◆ $prd_op

$prd_op =new Op_Predef_SQL($cn)

Definition at line 44 of file ajax_save_predf_op.php.

◆ try

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

Definition at line 32 of file ajax_save_predf_op.php.