文件名称:twig-renderer:允许在Yii框架视图中使用Twig模板引擎
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-17 03:41:08
PHP
树枝视图渲染器 此扩展允许您在Yii中使用模板。 资源 要求 Yii 1.0或以上 安装 手动安装 将发布文件解压缩到vendor/Twig 。 从protected/vendor/Twig下的fabpot-Twig-______.zip\fabpot-Twig-______\lib\Twig\ 并提取所有Twig文件。 将以下内容添加到配置文件的“组件”部分: <?php 'viewRenderer' => array ( 'class' => 'ext.ETwigViewRenderer' , // All parameters below are optional, change them to your needs 'fileExtension' => '.twig' , 'options' => array (
【文件预览】:
twig-renderer-master
----README.md(4KB)
----ETwigViewRenderer.php(10KB)
----composer.json(478B)
----README_RU.md(5KB)
----changelog.md(2KB)