noalyss Version-9
|
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 | |
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.
$http =new HttpInput() |
Definition at line 34 of file ajax_display_submenu.php.
$p_id =$http->get('p_profile',"number") |
Definition at line 41 of file ajax_display_submenu.php.
catch (Exception $exc) $p_level =$http->get("p_level", "number",0) |
Definition at line 40 of file ajax_display_submenu.php.
$profile =new Profile_Menu($cn) |
Definition at line 51 of file ajax_display_submenu.php.
Referenced by Stock\create_query_histo(), Calendar\fill_from_action(), Extension\insert_profile_menu(), Document\replace(), HtmlInput\select_stock(), Follow_Up\sql_security_filter(), and Calendar\zoom_list().
$profile p_id =$p_id |
Definition at line 52 of file ajax_display_submenu.php.
Referenced by Periode\__construct(), Profile_Menu\available_profile(), Profile_Menu\available_repository(), Periode\centralized(), Periode\close(), Periode\count_operation(), Periode\delete(), Profile_Menu\display_module_menu(), Profile_Menu\display_profile_menu_detail(), Periode\find_periode(), Periode\is_open(), Periode\load(), Profile_Menu\mobile_device(), Profile_Menu\printing(), Periode\reopen(), and Periode\set_periode().
try |
Definition at line 37 of file ajax_display_submenu.php.