3 function tool_applications_menu_get_list()
9 $sql = "SELECT * FROM ". NELDB_APPLICATION_TABLE
." WHERE application_visible=1 AND application_uri<>'' ORDER BY application_order ASC";
10 if ($result = $db->sql_query($sql))
12 if ($db->sql_numrows($result))
14 $data = $db->sql_fetchrowset($result);