alancrisp / zf2twig
此包已被废弃,不再维护。未建议替代包。
关于此包最新版本(dev-resolver-reworking)没有可用的许可证信息。
将Twig模板引擎集成到Zend Framework 2中。
dev-resolver-reworking
2013-02-23 23:46 UTC
Requires
- php: >=5.3.0
- twig/twig: 1.*
- zendframework/zendframework: 2.*
This package is not auto-updated.
Last update: 2021-05-16 16:55:30 UTC
README
将Twig模板引擎集成到Zend Framework 2中。
安装
在config/application.config.php中启用ZF2Twig以开始使用。
配置
所有ZF2Twig的配置都位于zf2twig
配置键中。
'zf2twig' => array( 'default_suffix' => 'twig', // default suffix for twig template files 'environment_options' => array( // any ordinary twig configuration 'cache' => '/path/to/compilation_cache', ), 'extensions' => array( // extension classes, loaded from service manager ), ),