HTML_Template_IT::HTML_Template_IT()

HTML_Template_IT::HTML_Template_IT() – constructor

Synopsis

require_once 'HTML/Template/IT.php';

void HTML_Template_IT::HTML_Template_IT ( string $root = '.' )

Description

Constructor. Create a new instance of HTML_Template_IT and sets the search path for templates.

Parameter

  • string $root - path to the directory of the template files

Return value

object - a new HTML_Template_IT object

Note

This function can be called statically.