From: Alexandre Emsenhuber Date: Mon, 31 Mar 2008 20:48:24 +0000 (+0000) Subject: Removed $wgLoadBalancer from doc X-Git-Tag: 1.31.0-rc.0~48706 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=1a2e8d1fd3ddb168652e81951df82b9fb70f732a;p=lhc%2Fweb%2Fwiklou.git Removed $wgLoadBalancer from doc --- diff --git a/docs/globals.txt b/docs/globals.txt index 8320eec09f..11780df832 100644 --- a/docs/globals.txt +++ b/docs/globals.txt @@ -45,6 +45,13 @@ however some of the most important ones are listed below. They are typically initialised either in index.php or in Setup.php. +For a description of the classes, see design.txt. + +$wgTitle + Title object created from the request URL. + +$wgArticle + Article object corresponding to $wgTitle. $wgOut OutputPage object for HTTP response. @@ -53,26 +60,17 @@ $wgUser User object for the user associated with the current request. -$wgTitle - Title object created from the request URL. - $wgLang - Language object selected by user preferences + Language object selected by user preferences. $wgContLang Language object associated with the wiki being viewed. -$wgArticle - Article object corresponding to $wgTitle. - $wgParser Parser object. Parser extensions register their hooks here. -$wgLoadBalancer - A LoadBalancer object, manages database connections. - $wgRequest WebRequest object, to get request data