noalyss Version-9
|
get detail of a menu More...
Go to the source code of this file.
Variables | |
$a_value =$cn->make_array("select me_code,me_code||' '||me_menu||' '||coalesce(me_description,'') from menu_ref",0) | |
$array | |
$me_code =new ISelect('me_code') | |
$p_order =new Inum('p_order',$array[0]['p_order']) | |
$pm_default =new ICheckBox('pm_default','1') | |
$profile =$cn->get_value("select p_id from profile_menu where pm_id=$1",array($pm_id)) | |
if (empty( $array)) | |
$me_code | selected =$array[0]['me_code'] |
$me_code | value =$a_value |
get detail of a menu
Definition in file ajax_get_menu_detail.php.
$a_value =$cn->make_array("select me_code,me_code||' '||me_menu||' '||coalesce(me_description,'') from menu_ref",0) |
Definition at line 31 of file ajax_get_menu_detail.php.
$array |
Definition at line 33 of file ajax_get_menu_detail.php.
$me_code =new ISelect('me_code') |
Definition at line 44 of file ajax_get_menu_detail.php.
Referenced by Mobile_Device_MTable\check(), Extension\find_extension_code(), Extension\insert_profile_menu(), and Profile_Menu\sub_menu().
$p_order =new Inum('p_order',$array[0]['p_order']) |
Definition at line 48 of file ajax_get_menu_detail.php.
Referenced by Manage_Table_SQL\display_table(), Manage_Table_SQL\execute_query(), Fiche\get_by_category(), Fiche\get_fiche_def(), Fiche\GetByDef(), Fiche_Def\insertAttribut(), and Manage_Table_SQL\set_order().
$pm_default =new ICheckBox('pm_default','1') |
Definition at line 49 of file ajax_get_menu_detail.php.
Definition at line 30 of file ajax_get_menu_detail.php.
if(empty($array)) | ( | empty( $array) | ) |
Definition at line 36 of file ajax_get_menu_detail.php.
$me_code selected =$array[0]['me_code'] |
Definition at line 46 of file ajax_get_menu_detail.php.
$me_code value =$a_value |
Definition at line 45 of file ajax_get_menu_detail.php.