On 06.08.2011, at 20:28, Michael Piecko <michael.pie...@googlemail.com> wrote:
> Yeah, i know this bundle. But Symfony2 does a very good job out of the box, > this is really just a notice. I don't care to use bind() instead of > bindRequest(). So why add another level of complexity if i don't need it? :) one reason could be that you have a listener before the controller that relies on the data being available in the standard place in the request service. also less code duplication is another benefit of using the approach taken i the FOSRestBundle. regards Lukas -- 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 developers" group. To post to this group, send email to symfony-devs@googlegroups.com To unsubscribe from this group, send email to symfony-devs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
