On 12.01.2011, at 09:39, Lukas Kahwe Smith wrote: > Aloha, > > I have created a pull request to remove the magic behavior for template > lookup based on the _format: > https://github.com/fabpot/symfony/pull/390
I forgot to mention that while I was at it, I also created: https://github.com/fabpot/symfony/pull/391 Basically template names like FooBundle:Default:index.twig get parsed into an array structure. This pull allows developers to pass this array structure as the template identifier instead of only a string. Basically it could make it easier for people to dynamically choose the renderer or bundle/controller by using the array structure instead of then having to serialize the array structure to a string just to have it parsed back into an array. 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
