Annis McKenzie wrote: > Hey all, > > as Fabien already offered to help getting the development of a > sfTwigPlugin started, I'd like to ask him: What would be necessary to > develop this kind of a plugin? I don't know where to start, do we have > to write a new view layer class? > > Would there be a huge difference with the programming to support sf1.2 > AND 1.3?
The view in symfony 1.2 and 1.3 is, as far as I remember, exactly the same. So, the plugin will work with 1.2, 1.3, and 1.4. If we need to make some simple changes to support Twig more easily in the symfony view system, that's also possible, but only if it does not break BC. That should be done fast as the feature freeze is targeted for the end of next week. Fabien > > Cheers and thanks! > > > Daniel > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
