Skip to content

This Symfony2 bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.

Notifications You must be signed in to change notification settings

heyflynn/LexikFormFilterBundle

 
 

Repository files navigation

Overview

This Symfony2 bundle aims to provide classes to build a form filter and then build a doctrine query from this form filter.

The idea is:

  1. Create a form type extending from Symfony\Component\Form\AbstractType as usual
  2. Add form fields by using filter types instead of form types (e.g. use filter_text instead of text type)
  3. Then call a service to build the query from the form instance.

Documentation

For installation and how to use the bundle refer to Resources/doc/index.md

About

This Symfony2 bundle aim to provide classes to build some form filters and then build a doctrine query from this form filter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published