码迷,mamicode.com
首页 > Web开发 > 详细

ThinkPhp 生成静态页面

时间:2017-03-28 10:07:50      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:页面   dex   san   course   tail   file   html   htm   think   

//开启静态缓存
‘HTML_CACHE_ON‘ => true, //开启缓存
‘HTML_CACHE_TIME‘ =>60, //开启缓存时间
‘HTML_FILE_SUFFIX‘ => ‘.shtml‘, //生成缓存文件的后缀名
‘HTML_PATH‘ => ‘Html‘, //生成缓存文件保存目录

‘HTML_CACHE_RULES‘=>array(
‘Index:index‘ => ‘{:controller}/{:action}‘,
‘Seller:index‘ => ‘{:controller}/{:action}‘,
‘Course:index‘ => ‘{:controller}/{:action}‘ ,
//‘Course/cat/‘ => ‘{:controller}/{:action}‘ ,
‘Course:cat‘=>‘{:controller}/{:action}_{cat}‘,
‘Course:detail‘=>‘{:controller}/{:action}_{id}‘,
‘Task:task‘=>‘{:controller}/{:action}‘,
‘Dailyanswer:dailyQuesAns‘=>‘{:controller}/{:action}_{history}‘,
‘Dailyanswer:answer‘=>‘{:controller}/{:action}_{id}_{hid}‘,
)

ThinkPhp 生成静态页面

标签:页面   dex   san   course   tail   file   html   htm   think   

原文地址:http://www.cnblogs.com/houdj/p/6632178.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!