当前位置:首页 > CMS教程 > Thinkphp > 列表

ThinkPHP生成静态页

发布:smiling 来源: PHP粉丝网  添加日期:2014-04-12 15:55:44 浏览: 评论:0 

ThinkPHP提供了灵活的静态文件生成功能,可以在输出模板的同时生成需要的静态文件.

使用:

$this->buildHtml('静态文件', '静态路径','模板文件');

protected function buildHtml($htmlfile='',$htmlpath='',$templateFile='',$charset='',$contentType='text/html') { return $this->view->buildHtml($htmlfile,$htmlpath,$templateFile,$charset,$contentType); }

Tags: ThinkPHP 生成静态页

分享到: