ここで指定されているように、 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.