This is very simple. You have those FilterForm classes for each
model.. just use those to render the forms on the front-end, and
validate the data when they are submitted, just like with a regular
form. The only difference is, you also have a method $filter ->
getCriteria(), which returns a criteria that you can then use to query
the database.

That make sense?

Daniel


On Sep 21, 2:14 pm, Tristan <tristan.bessou...@gmail.com> wrote:
> Hello,
>
> I want to let the visitor the possibility to filters the job result by
> category, location..... (if i take an example to the jobeet context)
> by using the 'same' process that in the backend.
>
> How to do that ?
> How to customize it ?
>
> Do you have a ressource / tutorial link please ?
>
> Thanks.

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to