<#[url.test as html]#> ⇒ | |
<#[get.test as html]#> ⇒ | |
<#[post.test as html]#> ⇒ | |
<#[request.test as html]#> ⇒ | |
Note: The Hashtag Framework uses the PHP Global Variable
$_REQUEST to serve as the Request Bucket.
PHP can be configured to include Cookie values in $_REQUEST, but this is not the default setting.
The order that values are added to $_REQUEST can also be configured; POST values overwrite GET values by default.