A
Anonymous
Guest
hi
i need to know what weaning std.tpl this and how it use in this code
i need to know what weaning std.tpl this and how it use in this code
Code:
function Page($template = 'std.tpl') {
if (file_exists($template))
$this->page = join('', file($template));
else
die("Template file $template not found.");
}