Menu

[r28]: / html / menu.php  Maximize  Restore  History

Download this file

17 lines (16 with data), 861 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<?php
$items=array(
// project,
array("project","projects.php",
array(array("list","projects.php"),
// project,project
array("project","project.php","var_project","select `name` as title from `project` where `project`='$_SESSION[var_project]'"),
// project,project
array("screen","screen.php","var_project|var_screen","select `name` as title from `screen` where `project`='$_SESSION[var_project]' and `screen`='$_SESSION[var_screen]'"),
// project,project
array("table","table.php","var_project|var_table","select `sql` as title from `table` where `project`='$_SESSION[var_project]' and `table`='$_SESSION[var_table]'"),
// project,project
array("sheet","sheet.php","var_project|var_sheet","select `` as title from `sheet` where `project`='$_SESSION[var_project]' and `sheet`='$_SESSION[var_sheet]'"))),
// ,project
array("Users","users.php",array()));
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.