This class acts a central place to retrieve user submitted data to a page access via the request, form inputs or cookies.
Instead of using the super-global variables $_POST, _$GET, $_REQUEST and $_COOKIE, this class can be used instead so the submitted data can be sanitized to prevent well known security attacks like cross-site scripting and SQL injections.
It may also check whether magic quotes option is enabled and eventually add escape slashes characters.