Support Array input in Title::getLocalURL and Title::getFullURL.
authorDaniel Friesen <dantman@users.mediawiki.org>
Wed, 14 May 2008 10:25:09 +0000 (10:25 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Wed, 14 May 2008 10:25:09 +0000 (10:25 +0000)
commit5dd203bf9a64652cbdff0050bcbbe205c425103f
tree473ac975cd6e8cc3e1a193932b9d917df9cfc2e5
parent1e5ee7ffdbc9816e37458921835dd88af63affec
Support Array input in Title::getLocalURL and Title::getFullURL.

GlobalFunctions.php now has 2 new functions:
wfBuildQuery and wfParseQuery.
These are similar to the PHP http_build_query and parse_str for query handling. However they don't have the issues which those ones suffer from.
includes/GlobalFunctions.php
includes/Title.php