If you are using validation groups and have created a custom validator, you will want to use it in your validation group, however its a
The voter access decision strategy can be set in your Symfony2 app/config/security.yml. You have the choice of 3 approaches (Unanimous, Affirmative, Consensus). Set your strategy to
Following a discussion on the IRC room from someone who viewed my post about login/logout handlers in SF2, i wanted to clarify that when dealing
Using login handlers or even logout handlers, we can do a number of last minute things before the user is redirected to where they need
If you are looking to create a form from 2 or more entities, like i have been then you probably find the documentation somewhat lacking