App::getAllGet
Usage
array App::getAllGet()Description
Retrive all query string variables as an array.Return Value
Array containing a key-value pair of all query string variables.Examples
Get all POST variables.
$vars = $app->getAllGet();
Get all POST variables.
$vars = $app->getAllGet();