stubbetje/twig-zendform
Composer 安装命令:
composer require stubbetje/twig-zendform
包简介
Twig extension to integrate zendframework/zend-form into twig templates
README 文档
README
Twig extension to integrate zendframework/zend-form into twig templates
Form open and close tags
Using the view helpers from zendframework/zend-view in your ZendFramework2 project:
echo $this->form()->openTag( $this->myform ); //... echo $this->form()->closeTag();
Using this twig extension:
{{ form_opentag( myform ) }}
...
{{ form_closetag( myform ) }}
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-09-13