phpbb/tests/request
Nils Adermann ea919ad8b2 [feature/request-class] Refactored request class and wrapper functions.
The request class
- now makes use of the new type cast helper (dependency injection)
- has no static methods anymore.
- now has a constructor argument to leave super globals turned on

Brought back the set_var function in functions.php. It is now a wrapper
around the type cast helper. It creates an instance on the fly.

The request_var wrapper function now has an optional last argument to
inject the request class instance, rather than abusing the $var_name.

PHPBB3-9716
2010-09-17 14:00:01 +02:00
..
all_tests.php [feature/request-class] Refactored request class and wrapper functions. 2010-09-17 14:00:01 +02:00
deactivated_super_global.php [feature/request-class] Refactored request class and wrapper functions. 2010-09-17 14:00:01 +02:00
request.php [feature/request-class] Refactored request class and wrapper functions. 2010-09-17 14:00:01 +02:00
request_var.php [feature/request-class] Refactored request class and wrapper functions. 2010-09-17 14:00:01 +02:00
type_cast_helper.php [feature/request-class] Extracted type casting helpers from the request class. 2010-09-17 14:00:01 +02:00