| Introduction | HTML_Template_IT::get() |
| HTML_Template_IT | |
| PEAR Manual | |
require_once 'HTML/Template/IT.php';
|
void
HTML_Template_IT::HTML_Template_IT (
string
$root = '.'
)
Constructor. Create a new instance of HTML_Template_IT and sets the search path for templates.
string $root - path to the directory of the template files
object - a new HTML_Template_IT object
This function can be called statically.
| Introduction | HTML_Template_IT::get() |
| HTML_Template_IT | |
| PEAR Manual | |