Merge pull request #680 from suralc/readme

viewRenderers -> renderers
This commit is contained in:
Alexander Makarov
2013-07-29 07:33:36 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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',

View File

@@ -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',