I have just taken a look at documentation for FrameworkExtraBundle<https://github.com/sensio/FrameworkExtraBundle> and it have a feature called ParamConverter that listens to core.controller and converts Controller Action parameters that are typecasted into a instance of that object which is pretty clever and very awesome.
So the question: What would people think about moving this into the router itself or make it a standalone bundle where annotations isnt required to use it? I was thinking to have the same listener as it have today but move the convertes attaching into the container by adding a controler.param_converter tag. -- 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
