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

Go to the source code of this file.

Variables

 $a_menu = $cn->get_array($sql,array($_SESSION['g_user']))
 $sql

Variable Documentation

$a_menu = $cn->get_array($sql,array($_SESSION['g_user']))

Definition at line 32 of file ajax_navigator.php.

$sql
Initial value:
"
    select code, me_code,me_description,coalesce(me_description_etendue,me_description) as me_description_etendue,v1menu,v2menu,v3menu,p_type_display,
    javascript
    from 
    v_menu_description
    where user_name=$1
    order by 2 "

Definition at line 24 of file ajax_navigator.php.

 All Data Structures Namespaces Files Functions Variables Enumerations