课程笔记
课程/PHP/后端开发
鬼斧神工之正则表达式
介绍
章节
问答
笔记
不当女神好多年
2016-08-18
模板引擎类--显示模板 public function display($templateName = null;$ext = '.html'){ $templateName = empty($templateName) ? $this->currentTemp : $templateName; //将代码输出,用include_once来包含编译后的模板文件 include_once $this->compileDir.md5($templateName).$ext;
0赞 · 0采集
林静听蝉
2015-09-24
//模板引擎类--显示模板 public function display($templateName = null;$ext = '.html'){ $templateName = empty($templateName) ? $this->currentTemp : $templateName; //将代码输出,用include_once来包含编译后的模板文件 include_once $this->compileDir.md5($templateName).$ext;
截图
0赞 · 0采集
webwwb
2015-06-17
public function display($templateName = null, $ext = '.html'){ $templateName = empty($templateName)?$this->curr }
0赞 · 0采集
数据加载中...