thinkphp使用smatry引擎

浏览:804 发布日期:2015/01/27 分类:求助交流
thinkphp使用smatry引擎报错
<?php
return array(
//'配置项'=>'配置值'
'TMPL_ENGINE_TYPE'=>'Smarty',
'TMPL_ENGINE_CONFIG'=>array(
'caching'=>true,
'template_dir'=>TMPL_PATH,
'compile_dir' => TEMP_PATH,
'cache_dir' => CACHE_PATH,
'left_delimiter' => '{',
'right_delimiter' => '}',
)
开启
'template_dir'=>TMPL_PATH,
'compile_dir' => TEMP_PATH,
'cache_dir' => CACHE_PATH,
就报错 。thinkphp是最新的版本




);
最佳答案
评论( 相关
后面还有条评论,点击查看>>