Note: Latest release and documentation are available from extension github page.
This extension allows you to use Twig templates in Yii.
Twig view renderer
This extension allows you to use Twig templates in Yii.
protected/extensions.fabpot-Twig-______.zip\fabpot-Twig-______\lib\Twig\ under protected/vendors/Twig.'viewRenderer'=>array( 'class'=>'ext.yiiext.renderers.twig.ETwigViewRenderer', 'fileExtension' => '.html', 'options' => array( 'autoescape' => true, ), 'extentions' => array( 'My_Twig_Extension', ), ),
Be the first person to leave a comment
Please login to leave your comment.