phpbb/tests/bbcode
Igor Wiedler 0bf6966c52 [feature/request-class] Add server(), header() and is_ajax() to request
Extend the request class with helpers for reading server vars (server())
and HTTP request headers (header()). Refactor the existing code base
to make use of these helpers, make $_SERVER a deactivated super global.

Also introduce an is_ajax() method, which checks the X-Requested-With
header for the value 'XMLHttpRequest', which is sent by JavaScript
libraries, such as jQuery.

PHPBB3-9716
2011-07-15 22:34:24 +02:00
..
parser_test.php [ticket/10011] Tests can't be ran on PHP < 5.3 2011-01-31 14:02:30 +01:00
url_bbcode_test.php [feature/request-class] Add server(), header() and is_ajax() to request 2011-07-15 22:34:24 +02:00