class HttpRequestHandler
This class handles requests it is responsible for and can access its successor. If this class can handle the request, it does so; otherwise it it forwards the request to its successor.
Located in /httprequesthandler.class.php (line 20)
RequestHandler | --HttpRequestHandler
function AddSlashesDeep
This method enables magic quotes at runtime. Magic-quotes was added to reduce code written by beginners from being dangerous.
function HandleRequest
This method processes the request if certain conditions are met.
function StripSlashesDeep
This method disables magic quotes at runtime. If you disable magic quotes, you must be very careful to protect yourself from SQL injection attacks.
Inherited From RequestHandler
RequestHandler::HandleRequest()
RequestHandler::SetSuccessor()
Documentation generated on Thu, 9 Sep 2004 09:03:37 -0400 by phpDocumentor 1.3.0RC3