HTML_Template_IT::loadTemplatefile()

HTML_Template_IT::loadTemplatefile()

HTML_Template_IT::loadTemplatefile() -- load a template file

Synopsis

require_once 'HTML/Template/IT.php';

boolean HTML_Template_IT::loadTemplatefile (string $filename, boolean [$removeUnknownVariables = TRUE], boolean [$removeEmptyBlocks = TRUE])

Description

Loads a template from a file and generates internal lists for blocks and variables.

Parameter

Return value

boolean - Returns TRUE on success, FALSE on failure.

Example

Note

This function can not be called statically.

See

HTML_Template_IT::setTemplate()