noalyss Version-9
Variables
ajax_template_cat_category.php File Reference

manage attribut of a Template of Category of card. More...

Go to the source code of this file.

Variables

 $action =$http->request("action")
 
 $ad_id =$http->request("ad_id", "number")
 
 $answer =[]
 
 $answer ['content'] =""
 
 $answer ['message'] =_("Commande inconnue")
 
 $answer ['status'] ="NOK"
 
 $frd_id =$http->request("frd_id", "number")
 
 $http =new HttpInput()
 
 $objname =$http->request("objname")
 
 return
 
 try
 security More...
 

Detailed Description

manage attribut of a Template of Category of card.

The answer must be in json

Definition in file ajax_template_cat_category.php.

Variable Documentation

◆ $action

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

Definition at line 44 of file ajax_template_cat_category.php.

◆ $ad_id

$ad_id =$http->request("ad_id", "number")

Definition at line 45 of file ajax_template_cat_category.php.

◆ $answer [1/4]

$answer =[]

Definition at line 30 of file ajax_template_cat_category.php.

◆ $answer [2/4]

$answer[ 'content'] =""

Definition at line 32 of file ajax_template_cat_category.php.

◆ $answer [3/4]

$answer[ 'message'] =_("Commande inconnue")

Definition at line 33 of file ajax_template_cat_category.php.

◆ $answer [4/4]

$answer[ 'status'] ="NOK"

Definition at line 31 of file ajax_template_cat_category.php.

◆ $frd_id

$frd_id =$http->request("frd_id", "number")

◆ $http

$http =new HttpInput()

Definition at line 43 of file ajax_template_cat_category.php.

◆ $objname

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

Definition at line 47 of file ajax_template_cat_category.php.

Referenced by Template_Card_Category\input().

◆ return

return

◆ try

try
Initial value:
{
if ($g_user->check_module("CMCARD")==0)
throw new Exception(_("Accès non autorisé"))
global $g_user
if no group available , then stop

security

Definition at line 39 of file ajax_template_cat_category.php.