noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
Loading...
Searching...
No Matches
ajax_category_card_definition.php File Reference

ajax from CCARD : add , remove or sort attributes from CCARD More...

Go to the source code of this file.

Variables

catch(\Exception $e) global $cn
 
global $g_user
 
 $http = new HttpInput()
 
 $op2 = $http->request("op2")
 
if($op2=='add') elseif( $op2=='remove') elseif($op2=='save') else
 
 try
 

Detailed Description

ajax from CCARD : add , remove or sort attributes from CCARD

Definition in file ajax_category_card_definition.php.

Variable Documentation

◆ $cn

catch (\Exception $e) global $cn

Definition at line 37 of file ajax_category_card_definition.php.

◆ $g_user

global $g_user

Definition at line 25 of file ajax_category_card_definition.php.

◆ $http

$http = new HttpInput()

Definition at line 28 of file ajax_category_card_definition.php.

◆ $op2

$op2 = $http->request("op2")

Definition at line 31 of file ajax_category_card_definition.php.

◆ else

if( $op2=='add') elseif($op2=='remove') elseif ( $op2=='save') else
Initial value:
{
die("[$op2] action inconnue")

Definition at line 75 of file ajax_category_card_definition.php.

◆ try

try
Initial value:
{
$fiche_def = $http->request('fiche_def_id', 'number')
$fiche_def

Definition at line 29 of file ajax_category_card_definition.php.