phpBB3


Package phpbb_request

Class Summary
phpbb_requestAll application input is accessed through this class.
phpbb_request_deactivated_super_globalReplacement for a superglobal (like $_GET or $_POST) which calls trigger_error on all operations but isset, overloads the [] operator with SPL.
phpbb_request_type_cast_helperA helper class that provides convenience methods for type casting.
Interface Summary
phpbb_request_interfaceAn interface through which all application input can be accessed.
phpbb_request_type_cast_helper_interfaceAn interface for type cast operations.

phpBB3