From 1a2e8d1fd3ddb168652e81951df82b9fb70f732a Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 31 Mar 2008 20:48:24 +0000 Subject: [PATCH] Removed $wgLoadBalancer from doc --- docs/globals.txt | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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 -- 2.20.1