Date: 10/29/99
- Next message: kk: "[PHPLIB-DEV] cvs commit"
- Previous message: Kristian Köhntopp: "Re: [PHPLIB-DEV] multiple commits"
- Next in thread: kk: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: kk
Date: Fri Oct 29 13:33:19 1999
Modified files:
php-lib/php/local.inc
Log message:
Stupid.
Index: php-lib/php/local.inc
diff -u php-lib/php/local.inc:1.29 php-lib/php/local.inc:1.30
--- php-lib/php/local.inc:1.29 Fri Oct 29 13:18:40 1999
+++ php-lib/php/local.inc Fri Oct 29 13:32:49 1999
@@ -5,7 +5,7 @@
* Copyright (c) 1998,1999 NetUSE GmbH
* Boris Erdmann, Kristian Koehntopp
*
- * $Id: local.inc,v 1.29 1999/10/29 11:18:40 kk Exp $
+ * $Id: local.inc,v 1.30 1999/10/29 11:32:49 kk Exp $
*
* All functions in this file are example classes, which can be used
* by your application to get you going. Once you get the hang of it,
@@ -398,42 +398,42 @@
## See /pages/menu for an example application of Example_Menu.
##
-class Example_Menu extends Menu {
- # Map of PHP_SELF URL strings to menu positions
- var $urlmap = array(
- "/menu/index.php3" => "",
- "/menu/item1.php3" => "/1",
- "/menu/item11.php3" => "/1/1",
- "/menu/item12.php3" => "/1/2",
- "/menu/item13.php3" => "/1/3",
- "/menu/item2.php3" => "/2",
- "/menu/item21.php3" => "/2/1",
- "/menu/item22.php3" => "/2/2",
- "/menu/item221.php3" => "/2/2/1",
- "/menu/item222.php3" => "/2/2/2",
- "/menu/item23.php3" => "/2/3",
- "/menu/item24.php3" => "/2/4"
- );
-
- # Information about each menu item
- var $item = array(
- "" => array("title" => "Main"),
- "/1" => array("title" => "Text 1"),
- "/1/1" => array("title" => "Text 1.1"),
- "/1/2" => array("title" => "Text 1.2"),
- "/1/3" => array("title" => "Text 1.3"),
- "/2" => array("title" => "Text 2"),
- "/2/1" => array("title" => "Text 2.1"),
- "/2/2" => array("title" => "Text 2.2"),
- "/2/2/1"=> array("title" => "Text 2.2.1"),
- "/2/2/2"=> array("title" => "Text 2.2.2"),
- "/2/3" => array("title" => "Text 2.3"),
- "/2/4" => array("title" => "Text 2.4")
- );
-
- function Example_Menu() {
- $this->setup();
- }
-}
+# class Example_Menu extends Menu {
+# # Map of PHP_SELF URL strings to menu positions
+# var $urlmap = array(
+# "/menu/index.php3" => "",
+# "/menu/item1.php3" => "/1",
+# "/menu/item11.php3" => "/1/1",
+# "/menu/item12.php3" => "/1/2",
+# "/menu/item13.php3" => "/1/3",
+# "/menu/item2.php3" => "/2",
+# "/menu/item21.php3" => "/2/1",
+# "/menu/item22.php3" => "/2/2",
+# "/menu/item221.php3" => "/2/2/1",
+# "/menu/item222.php3" => "/2/2/2",
+# "/menu/item23.php3" => "/2/3",
+# "/menu/item24.php3" => "/2/4"
+# );
+#
+# # Information about each menu item
+# var $item = array(
+# "" => array("title" => "Main"),
+# "/1" => array("title" => "Text 1"),
+# "/1/1" => array("title" => "Text 1.1"),
+# "/1/2" => array("title" => "Text 1.2"),
+# "/1/3" => array("title" => "Text 1.3"),
+# "/2" => array("title" => "Text 2"),
+# "/2/1" => array("title" => "Text 2.1"),
+# "/2/2" => array("title" => "Text 2.2"),
+# "/2/2/1"=> array("title" => "Text 2.2.1"),
+# "/2/2/2"=> array("title" => "Text 2.2.2"),
+# "/2/3" => array("title" => "Text 2.3"),
+# "/2/4" => array("title" => "Text 2.4")
+# );
+#
+# function Example_Menu() {
+# $this->setup();
+# }
+# }
?>
-
PHPLIB Developers Mailing List. Send messages to <phplib-dev <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-dev-request <email protected>> in
the body, not the subject, of your message.
- Next message: kk: "[PHPLIB-DEV] cvs commit"
- Previous message: Kristian Köhntopp: "Re: [PHPLIB-DEV] multiple commits"
- Next in thread: kk: "[PHPLIB-DEV] cvs commit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

