loadTemplateFile()

loadTemplateFile() -- Loads a template file.

Synopsis

Описание

Loads a template file. If caching is on, then it checks whether a "prepared" template exists. If it does, it gets loaded instead of the original, if it does not, then the original gets loaded and prepared and then the prepared version is saved. addBlockfile() and replaceBlockfile() implement quite the same logic.

Параметр

string $filename

filename

boolean $removeUnknownVariables

remove unknown/unused variables?

boolean $removeEmptyBlocks

remove empty blocks?

Возвращаемое значение

return SIGMA_OK on success, error object on failure

Throws

См. также

see HTML_Template_Sigma::setTemplate(), HTML_Template_Sigma::$removeUnknownVariables, HTML_Template_Sigma::$removeEmptyBlocks

Заметка

Эта функция не должна вызываться статически.

    Поддержать сайт на родительском проекте КГБ