From 35c6cb9ba3eb5e77f4eb4f1a93d8569d4b291236 Mon Sep 17 00:00:00 2001 From: alex <> Date: Mon, 21 Nov 2005 13:02:49 +0000 Subject: Added unit tests for THttpRequest. Needs some more work... --- framework/Web/THttpRequest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework') diff --git a/framework/Web/THttpRequest.php b/framework/Web/THttpRequest.php index 59e65a7e..bd61765c 100644 --- a/framework/Web/THttpRequest.php +++ b/framework/Web/THttpRequest.php @@ -79,6 +79,7 @@ class THttpRequest extends TComponent implements IModule // Info about server variables: // PHP_SELF contains real URI (w/ path info, w/o query string) // SCRIPT_NAME is the real URI for the requested script (w/o path info and query string) + // QUERY_STRING is the string following the '?' in the ur (eg the a=x part in http://foo/bar?a=x) // REQUEST_URI contains the URI part entered in the browser address bar // SCRIPT_FILENAME is the file path to the executing script if(isset($_SERVER['REQUEST_URI'])) -- cgit v1.2.3