Hi, I personally think that your arguments are very closely related to the discussion for and against frameworks. Using a framework, or using object oriented code if you want, may be slightly slower than a very raw procedural approach, but you're using these technologies for the sake of maintenance, reusability and many others.
I think the same is the case for the PHP templates. The first way may be slightly slower, but especially when it comes to bigger templates, it is certainly easier to read and thus easier to maintain. Did you measure the speed difference of many vs. few opening/closing PHP tags? I doubt that it really would be worth the complicated coding (compared to other, much bigger bottlenecks such as non-existent cache headers, bad database designs etc.) Bernhard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
