[symfony-users] How do you filter the options of a form combobox?

2010-02-19 Thread Patrick Leblanc
Hello Everyone, As the title say I'm unsure on how to do this. If i look inside my form class I can see what the options are with $this-widgetSchema['groups_list']-getChoices(). but how do you set them? Thank you! -- You received this message because you are subscribed to the Google Groups

[symfony-users] method_for_query semantics

2010-01-26 Thread Patrick Leblanc
My question is really more semantic related rather than technical, since it works. But from the Day 6 of jobeet: -- # apps/frontend/config/routing.yml job_show_user: url: /job/:company_slug/:location_slug/:id/:position_slug class: sfDoctrineRoute options: model: JobeetJob