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

Show the table menu and let you add your own. More...

Go to the source code of this file.

Variables

if(isset($_POST['save_plugin']))
if(isset($_POST['mod_plugin']))
if(isset($_POST['create_menu'])||isset($_POST['modify_menu']))
global 
$cn
 if post save then we save a new one
 $gDossier = Dossier::id()
 $iselect = new ISelect('p_type')
if($iselect->selected!= '') $menu = new Menu_Ref_sql($cn)
 $ord = (isset($_REQUEST['ord']))?$_REQUEST['ord']:'codea'
 $order = $table->get_sql_order($ord)
 $ret = $menu->seek($sql.$order)
 $sql = ""
 $table = new Sort_Table()
 $url = $_SERVER['REQUEST_URI']
 for ($i=0;$i< Database::num_row($ret);$i++)
$iselect selected = (isset($_REQUEST['p_type']))?$_REQUEST['p_type']:''
$iselect value

Detailed Description

Show the table menu and let you add your own.

Definition in file menu.inc.php.


Variable Documentation

if (isset($_POST['save_plugin'])) if (isset($_POST['mod_plugin'])) if (isset($_POST['create_menu'])||isset($_POST['modify_menu'])) global $cn

if post save then we save a new one

if post update then we update if post save then we save a new one if delete then delete

Definition at line 75 of file menu.inc.php.

$gDossier = Dossier::id()

Definition at line 154 of file menu.inc.php.

$iselect = new ISelect('p_type')

Definition at line 128 of file menu.inc.php.

Referenced by Exercice\select(), and Exercice\select_date().

if ($iselect->selected!= '') $menu = new Menu_Ref_sql($cn)

Definition at line 142 of file menu.inc.php.

$ord = (isset($_REQUEST['ord']))?$_REQUEST['ord']:'codea'

Definition at line 122 of file menu.inc.php.

Referenced by Acc_Ledger\list_operation(), and Follow_Up\myList().

$order = $table->get_sql_order($ord)

Definition at line 124 of file menu.inc.php.

$ret = $menu->seek($sql.$order)

Definition at line 143 of file menu.inc.php.

$sql = ""

Definition at line 137 of file menu.inc.php.

$table = new Sort_Table()
$url = $_SERVER['REQUEST_URI']

Definition at line 111 of file menu.inc.php.

for($i=0;$i< Database::num_row($ret);$i++)

Definition at line 170 of file menu.inc.php.

$iselect selected = (isset($_REQUEST['p_type']))?$_REQUEST['p_type']:''

Definition at line 136 of file menu.inc.php.

$iselect value
Initial value:
array(
        array("value"=>'',"label"=>_("Tout")),
        array("value"=>'ME',"label"=>_("Menu")),
        array("value"=>'PR',"label"=>_("Impression")),
        array("value"=>'PL',"label"=>_("Extension / Plugin")),
        array("value"=>'SP',"label"=>_("Valeurs spéciales"))
        )

Definition at line 129 of file menu.inc.php.

 All Data Structures Namespaces Files Functions Variables Enumerations