]> git.mjollnir.org Git - moodle.git/commit
MDL-9644 new class 'moodle_url' in weblib.php to handle constructing a url. It would...
authorjamiesensei <jamiesensei>
Thu, 3 May 2007 04:34:53 +0000 (04:34 +0000)
committerjamiesensei <jamiesensei>
Thu, 3 May 2007 04:34:53 +0000 (04:34 +0000)
commit360e503e6e2da6a7e8f3e6ad05916aa8db7ee64f
tree98b54cd5d8272aa46faa992ef1365d0f1ddc6078
parentec0009c3a4865514c8ba6d76d1d295a0aa85b95b
MDL-9644 new class 'moodle_url' in weblib.php to handle constructing a url. It would internally stores params as an array and have methods to manipulate the array. The class can also output the params as hidden fields in a form or as a url with get params appended.
lib/weblib.php