App::getAllRequest

Usage

array App::getAllRequest()

Description

Retrive all POST and query string variables as an array.

Return Value

Array containing a key-value pair of all POST and query string variables.

Examples

Get all POST variables.


$vars = $app->getAllRequest();

See Also