我已按照此处的说明将smarty 模板集成到我的应用程序中
但我收到上述错误。
我已经尝试了所有可能的方法来粘贴Yii Smarty 解析器
配置
'viewRenderer'=>array(
'class'=>'application.ext.ESmartyViewRenderer',
'fileExtension' => '.tpl',
//'pluginsDir' => 'application.smartyPlugins',
//'configDir' => 'application.smartyConfig',
//'prefilters' => array(array('MyClass','filterMethod')),
//'postfilters' => array(),
//'config'=>array(
// 'force_compile' => YII_DEBUG,
// ... any Smarty object parameter
//)
),
我很高兴看到是否有人建议其他(最佳)模板引擎..
编辑
确切的错误信息
Alias "application.extensions.yiiext.renderers.smarty.ESmartyViewRenderer" is invalid. Make sure it points to an existing PHP file and the file is readable.