getQueryParam() public method
Returns the named GET parameter value.
If the GET parameter does not exist, the second parameter passed to this method will be returned.
See also getBodyParam().
public mixed getQueryParam ( $name, $defaultValue = null ) | ||
---|---|---|
$name | string |
The GET parameter name. |
$defaultValue | mixed |
The default parameter value if the GET parameter does not exist. |
return | mixed |
The GET parameter value |
Please login to continue.