void HTML_Template_Sigma::HTML_Template_Sigma (
string $root = ''
, string $cacheRoot = ''
)
Constructor: builds some complex regular expressions and optionally sets the root directories.
Make sure that you call this constructor if you derive your template class from this one.
$root
root directory for templates
$cacheRoot
directory to cache "prepared" templates in
throws no exceptions thrown
This function can not be called statically.