hi i need to know what weaning std.tpl this and how it use in this code
function Page($template = 'std.tpl') { if (file_exists($template)) $this->page = join('', file($template)); else die("Template file $template not found."); }
"std.tpl" is an external file that contains some sort of template to be used.