thinkphp使用smarty时自定义smarty插件目录无效

浏览:770 发布日期:2015/05/01 分类:求助交流 关键字: smarty
'TMPL_ENGINE_TYPE'=>'Smarty',
'TMPL_ENGINE_CONFIG'=>array(
'plugins_dir'=>'./Application/Smarty/Plugins/',
),
已经设置了smarty插件目录为./Application/Smarty/Plugins/,里面放了smarty插件函数function.load_css.php,为什么前台调用时提示Call to undefined function smarty_function_load_css()?
最佳答案
评论( 相关
后面还有条评论,点击查看>>