jan  Wed, 27 Nov 2013 10:34:30 +0000

Modified page: http://wiki.horde.org/Doc/Dev/Globals
New Revision:  10
Change log:  Add API doc links, fix class name

@@ -9,13 +9,13 @@
|| **[APP]_TEMPLATES** || The filesystem location of the application's template files (**[APP]** = name of current application) ||

 Applications work with a number of standard global variables and object:

-|| **$browser** || Information on the client browser (Horde_Browser object) ||
-|| **$cli** || CLI object (Horde_Cli object; only if running in CLI mode) ||
+|| **$browser** || Information on the client browser ([http://dev.horde.org/api/master/lib/Browser/classes/Horde_Browser.html Horde_Browser] object) || +|| **$cli** || CLI object ([http://dev.horde.org/api/master/lib/Cli/classes/Horde_Cli.html Horde_Cli] object; only if running in CLI mode) ||
 || **$conf** || The configuration hash ||
-|| **$injector** || The injector instance; used to inject dependencies into various framework libraries (Horde_Injector object) || +|| **$injector** || The injector instance; used to inject dependencies into various framework libraries ([http://dev.horde.org/api/master/lib/Injector/classes/Horde_Injector.html Horde_Injector] object) ||
 || **$language** || The user's preferred language ||
-|| **$notification** || The notification handler (Horde_Notification object) || -|| **$page_output** || The page output helper object (Horde_PageOutput object) ||
-|| **$prefs** || The user preferences (Horde_Prefs object) ||
-|| **$registry** || The Horde ((Doc/Dev/Registry|Registry)) (Horde_Registry object) || +|| **$notification** || The notification handler ([http://dev.horde.org/api/master/lib/Notification/classes/Horde_Notification_Handler.html Horde_Notification_Handler] object) || +|| **$page_output** || The page output helper object ([http://dev.horde.org/api/master/lib/Core/classes/Horde_PageOutput.html Horde_PageOutput] object) || +|| **$prefs** || The user preferences ([http://dev.horde.org/api/master/lib/Prefs/classes/Horde_Prefs.html Horde_Prefs] object) || +|| **$registry** || The Horde ((Doc/Dev/Registry|Registry)) ([http://dev.horde.org/api/master/lib/Core/classes/Horde_Registry.html Horde_Registry] object) ||

--
commits mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: [email protected]

Reply via email to