Source for file Request.class.php
Documentation is available at Request.class.php
* Gumbo Library Framework
* This library is being released under the terms of the New BSD License. A
* copy of the license is packaged with the software (LICENSE.txt). If no
* copy is found, a copy of the license template can be found at:
* http://www.opensource.org/licenses/bsd-license.php
* @copyright Copyright (c) 2007, iBayou, Michael Luster
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
* @author Michael Luster <mluster79@yahoo.com>
* @link http://sourceforge.net/projects/phpgumbo
* @copyright Copyright (c) 2007, iBayou, Michael Luster
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
* @author Michael Luster <mluster79@yahoo.com>
* @link http://sourceforge.net/projects/phpgumbo
* @desc HTTP Request Interface
* Returns the value of the $_REQUEST field based on the mode
public function __get ($fld);
* Returns if the field exists in the REQUEST array
* Validates the $_REQUEST variable Input Constraints (if null, validates all)
* Sets the default return mode (request|cookie|post|get)
* Returns the value of the $_REQUEST field
public function get ($field, $mode=
null);
* Returns an array map of User Input
* @param bool $reload reloads the map
public function getMap ($reload=
false);
* Returns the HTTP request method
* Returns the mode return values will be retrieved from