string globalSetVar(
string $name, string $value)
|
|
Set a variable, used by the template engine but available to all scripts
globalSetVar sets an internal variable. This variable may later be retrieved using globalGetVar, and is automagically available to templates using the getvar-tag.
Parameters
| string |
$name |
the name of the variable to set |
| string |
$value |
new value |