芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/store/system/library/template/template.php
data[$key] = $value; } public function render($template) { $file = DIR_TEMPLATE . $template . '.tpl'; if (is_file($file)) { extract($this->data); ob_start(); require($file); return ob_get_clean(); } throw new \Exception('Error: Could not load template ' . $file . '!'); exit(); } }