Hallo all,
I am trying to write a webservice about installation of Mediawiki (just rewrite config/index.php). During the implementation i found it is very difficult to find when and where a global variable is initialized (e.g. $wgContLang). And there are a lot of global variables in Mediawiki. Because of these global variable it is difficult to read and understand the code of mediawiki. Is there a way, i can easily work with these global variable. I use the mediawiki 1.5.7.
Any Suggestion is appreciated
Ting Wang