App::getAction

Usage

string App::getAction()

Description


Return Value

The value of the "submit" form field if it exists. Simply a short hand for `$app->post('submit')`

Examples

Get Action


$action = $app->getAction();

See Also