Skip to content

PHP RequestHelper

Andrew Male edited this page Jul 27, 2015 · 3 revisions

Home » Helpers

Contents

Purpose

The RequestHelper class is available to pull information from the typical input methods for PHP requests, excepting CLI invocations. The class also provides access to certain environment information and can tell if a request was JSON-based.

Code Docs

Automatically generated documentation for RequestHelper is available here:

http://n2framework.com/phpDoc/v2.0.1/classes/N2f.RequestHelper.html

Input Types

The following types are currently available for the GetInput() method:

Environment Types

The following environment variables can be requested from the GetEnv() method:

PHP Links

phpDocs

Clone this wiki locally