noalyss Version-9
Variables
ajax_add_menu.php File Reference

show the form for adding a menu. More...

Go to the source code of this file.

Variables

 $dep =$http->get('dep', "string",0)
 
 $http =new HttpInput()
 
 $p_level =$http->get('p_level', "string",0)
 
 try
 

Detailed Description

show the form for adding a menu.

$type :

me , it is a menu to add , so it could have dependencies

pr , menu for Printing : no dependency

$p_level:

0 it is a module : no dependency p_type = M , refresh the detail of menu

1 it is a menu with possible submenu p_type = E, refresh the table with menu

2 it is a menu with no submenu , p_type = E

$dep : is the profile_menu.pm_id of the parent menu

Definition in file ajax_add_menu.php.

Variable Documentation

◆ $dep

$dep =$http->get('dep', "string",0)

Definition at line 49 of file ajax_add_menu.php.

◆ $http

$http =new HttpInput()

Definition at line 43 of file ajax_add_menu.php.

◆ $p_level

$p_level =$http->get('p_level', "string",0)

Definition at line 48 of file ajax_add_menu.php.

◆ try

try
Initial value:
{
$type=$http->get('type')
$http

Definition at line 45 of file ajax_add_menu.php.