noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Variables
ajax_get_menu_detail.php File Reference

Go to the source code of this file.

Variables

 $a_type = $cn->make_array("select pm_type,pm_desc from profile_menu_type",1)
 $a_value = $cn->make_array("select me_code,me_code||' '||me_menu||' '||coalesce(me_description,'') from menu_ref",0)
 $ame_code_dep
 $array
 $me_code = new ISelect('me_code')
 $me_code_dep = new ISelect('me_code_dep')
 $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)) = $sql.$cond_poste.' order by pcm_val::text'
$me_code selected = $array[0]['me_code']
$me_code value = $a_value

Detailed Description

Definition in file ajax_get_menu_detail.php.


Variable Documentation

$a_type = $cn->make_array("select pm_type,pm_desc from profile_menu_type",1)

Definition at line 44 of 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.

$ame_code_dep
Initial value:
$cn->make_array("
        select me_code,me_code||' '||me_menu||' '||coalesce(me_description,'') from
        menu_ref
        where
        me_file is null and me_javascript is null and me_url is null and me_type<>'PR' and me_type <> 'SP'
        and me_code in (select me_code from profile_menu where p_id=".sql_string($profile).")".
        "       UNION ALL
                select me_code,me_code||' '||me_menu||' '||coalesce(me_description,'') from menu_ref
        where
                me_code='EXT'
        order by 1
        ",1)

Definition at line 32 of file ajax_get_menu_detail.php.

$array
Initial value:
$cn->get_array("select p_id,pm_id,me_code,me_code_dep,p_order,p_type_display,pm_default
        from profile_menu
        where pm_id=$1",array($pm_id))

Definition at line 46 of file ajax_get_menu_detail.php.

$me_code = new ISelect('me_code')

Definition at line 57 of file ajax_get_menu_detail.php.

Referenced by Profile_Menu\sub_menu().

$me_code_dep = new ISelect('me_code_dep')

Definition at line 61 of file ajax_get_menu_detail.php.

Referenced by Profile_Menu\sub_menu().

$p_order = new Inum('p_order',$array[0]['p_order'])
$pm_default = new ICheckBox('pm_default','1')

Definition at line 66 of file ajax_get_menu_detail.php.

$profile = $cn->get_value("select p_id from profile_menu where pm_id=$1",array($pm_id))
if = $sql.$cond_poste.' order by pcm_val::text'

Definition at line 49 of file ajax_get_menu_detail.php.

Referenced by ISelect\input(), HtmlInput\make_object(), and navigation_bar().

$waffect selected = $array[0]['me_code']
$me_code_dep value = $a_value

Definition at line 58 of file ajax_get_menu_detail.php.

 All Data Structures Namespaces Files Functions Variables Enumerations