[cvs] [Wiki] changed: Doc/Dev/Globals

Jan Schneider jan at horde.org
Sun Aug 7 13:45:36 PDT 2005


jan  Sun, 07 Aug 2005 13:45:35 -0700

Modified page: http://wiki.horde.org/Doc/Dev/Globals
New Revision:  1.1
Change log:  Initial content

@@ -1 +1,17 @@
++ Global constants and objects
 
+Horde applications work with a standard set of constants:
+
+|| HORDE_BASE || The filesystem location of Horde (defined in each application) ||
+|| APP_BASE || The filesystem location of the application ||
+|| APP_NAME || The name to use for the application ||
+|| APP_TEMPLATES || The filesystem location of the application's template files ||
+|| APP_VERSION || The version number of the application (not a CVS revision tag) ||
+
+Applications work with a number of standard global variables and object:
+
+|| $conf || The configuration hash ||
+|| $prefs || The user preferences ||
+|| $browser || Information on the client browser ||
+|| $registry || The Horde ((Doc/Dev/Registry|Registry)) ||
+|| $language || The user's preferred language ||


More information about the cvs mailing list