On 08.03.2011, at 12:18, Henrik Bjornskov wrote: > That would make a base controller required which i thought all (except me) > where against?
it would still not be required, but yes for people using frameworkextrabundle, they might want to use a base class in case we require that they need to return a Response, which would mean they need to manually triggered the frameworkextrabundle magic. > Why do you want to have this event removed? my main concern is that i do not like the fact that we not always return an instance of Response from the controller. once we do infact always return a response from the controller, then core.view becomes superfluous since we already have core.response to do changes to the response at the end of the request. regards, Lukas Kahwe Smith [email protected] -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
