HTML_Template_IT::getGlobalvariables()
HTML_Template_IT::getGlobalvariables() -- returns an array of all global variables from the variable cache
Описание
Gets an array of all global variables in the variable cache. Only variables that are filled using HTML_Template_IT::setVariable() are returned. The returned has two values. The first values holds an array with the names of the global variables, the second value holds an array with all the values.
Возвращаемое значение
array - An array. The key 0 holds an array with the names of all filled variables, the key 1 holds an array with names of the according values.
Пример
Пример 43-1. Script
|
Пример 43-2. The output
|
Пред. | Начало | След. |
HTML_Template_IT::get() | Уровень выше | HTML_Template_IT::loadTemplatefile() |