mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 06:48:59 +08:00
@@ -47,7 +47,7 @@ return array(
|
||||
'components' => array(
|
||||
'view' => array(
|
||||
'class' => 'yii\base\View',
|
||||
'viewRenderers' => array(
|
||||
'renderers' => array(
|
||||
'tpl' => array(
|
||||
'class' => 'yii\smarty\ViewRenderer',
|
||||
//'cachePath' => '@runtime/Smarty/cache',
|
||||
|
||||
@@ -47,7 +47,7 @@ return array(
|
||||
'components' => array(
|
||||
'view' => array(
|
||||
'class' => 'yii\base\View',
|
||||
'viewRenderers' => array(
|
||||
'renderers' => array(
|
||||
'twig' => array(
|
||||
'class' => 'yii\twig\ViewRenderer',
|
||||
//'cachePath' => '@runtime/Twig/cache',
|
||||
|
||||
Reference in New Issue
Block a user