noalyss Version-9
Variables
ajax_display_submenu.php File Reference

call from ajax : display submenu Security : only user with the menu CFGPRO display the submenu of a menu or a module It expects 2 parameters = p_profile (profile.p_id) and the dep (menu_ref.me_code) More...

Go to the source code of this file.

Variables

 $http =new HttpInput()
 
 $p_id =$http->get('p_profile',"number")
 
 $p_level =$http->get("p_level", "number",0)
 
 $profile =new Profile_Menu($cn)
 
$profile p_id =$p_id
 
 try
 

Detailed Description

call from ajax : display submenu Security : only user with the menu CFGPRO display the submenu of a menu or a module It expects 2 parameters = p_profile (profile.p_id) and the dep (menu_ref.me_code)

Definition in file ajax_display_submenu.php.

Variable Documentation

◆ $http

$http =new HttpInput()

Definition at line 34 of file ajax_display_submenu.php.

◆ $p_id

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

Definition at line 41 of file ajax_display_submenu.php.

◆ $p_level

catch (Exception $exc) $p_level =$http->get("p_level", "number",0)

Definition at line 40 of file ajax_display_submenu.php.

◆ $profile

$profile =new Profile_Menu($cn)

◆ p_id

$profile p_id =$p_id

◆ try

try
Initial value:
{
$module=$http->get("dep")
foreach(array('magic_quotes_gpc', 'magic_quotes_runtime') as $a) $module
Definition: install.php:410

Definition at line 37 of file ajax_display_submenu.php.