tmsolution/form-filter-bundle
Composer 安装命令:
composer require tmsolution/form-filter-bundle
包简介
This bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.
README 文档
README
This Symfony2 bundle aims to provide classes to build some form types dedicated to filter an entity. Once you created your form type you will be able to update a doctrine query builder conditions from a form type.
The idea is:
- Create a form type extending from
Symfony\Component\Form\AbstractTypeas usual. - Add form fields by using provided filter types (e.g. use TextFilterType::class instead of a TextType::class type) (*).
- Then call a service to build the query from the form instance and execute your query to get your result :).
(*): In fact you can use any type, but if you want to apply a filter by not using a XxxFilterType::class type you will have to create a custom listener class to apply the filter for this type.
Documentation
This Symfony3.0 branch is compatible with Symfony 2.8/3.0 or higher.
For installation and how to use the bundle refer to Resources/doc/index.md
Running the test suite
composer install
bin/phpunit
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-08-17