All superglobals ($_GET, $_POST, $_REQUEST, $_SERVER) are wrapped into objects. Access is facilitated over filter functions or pre-defined filter lists. Array access syntax is still possible, but validation just a method name away: $_GET->name["var"]$_POST->ascii->text["field"]$_REQUEST["raw"] // uses raw method or pre-defined filter It can prevent raw access, but for transitioning the codebase allows it. Also it's simple to define new filters ...
License: Other
Added: 2 years, 7 months 18 days ago Updated: 2 years, 3 months 20 days ago