Parameter accessing helper functions
Retrieves a param. First tryies from $_POST, and then $_GET. If the param is not found prints an error and terminates the application
Retrieves a param or returns a default value.
First tryies from $_POST, and then $_GET. If the param is not found returns $defult
Sets the param value. This value can be then obtained from miGetParam It clears the $_GET array value, and sets the value into the $_POST and $_REQUEST arrays
Documentation generated on Thu, 08 May 2008 16:57:30 +0300 by phpDocumentor 1.4.1