MultiParamBundle icon indicating copy to clipboard operation
MultiParamBundle copied to clipboard

[WIP] Compatibility fixes for Symfony 2.1

Open daFish opened this issue 13 years ago • 3 comments

This is a work in progress PR for compatibility fixes with Symfony 2.1.

daFish avatar Jul 31 '12 07:07 daFish

Could someone please have a look about using the converter with the options syntax? Like @MultiParamConverter("fooid", "AcmeFooBundle:Foo", options={"id" = "fooid"})

daFish avatar Aug 07 '12 07:08 daFish

So, after some more investigation it looks like this bundle isn't needed as I was able to use @ParamConverter more than once. At least for that part the bundle isn't needed. Maybe the other features can be ported to SensioFrameworkExtraBundle?

daFish avatar Oct 31 '12 13:10 daFish

The paramconverter was changed recently which allows some of the functionality that multiparambundle has. It might be a good idea to check out what is still missing and port it over.

jaytaph avatar Oct 31 '12 15:10 jaytaph