[symfony-users] Re: Symfony + smarty

2008-10-05 Thread Fabrice B
I used Smarty for a long time because I found the templates much more redable. But from my experience the PHP code generated by Smarty from the templates is quite ugly. And since I discovered the PHP script version ie if(): endif; I find PHP code in the template quite readable. You can go even

[symfony-users] Re: Symfony + smarty

2008-10-05 Thread Frank Stelzer
Hi, same opinion from my side. We use smarty in the office and we are faced very often with smarty limitations which are very annoying. Another thing is the lack of inheritance or customization possibilities of smarty. Try to add a custom handler for the compiling which does not use the

[symfony-users] Re: Symfony + smarty

2008-10-03 Thread Ian Christian
2008/10/3 Prashanth [EMAIL PROTECTED]: Do any of guys tried using smarty and symfony, Is this efficient way? There's 2 plugins for this.. not tried them myself. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] Re: Symfony + smarty

2008-10-03 Thread Prashanth
Hi lan, On Fri, Oct 3, 2008 at 5:21 PM, Ian Christian [EMAIL PROTECTED] wrote: There's 2 plugins for this.. not tried them myself. Is it good or efficient way to do this? Symfony does the template engine job, does smarty over load or is it double parsing ? -- regards, Prashanth

[symfony-users] Re: Symfony + smarty

2008-10-03 Thread Pablo Godel
I would say it is not efficient, since as you say, Symfony already does it. Now, if you have developers that are used to Smarty, then this is another story. But I would recommend against it. Pablo On Fri, Oct 3, 2008 at 7:59 AM, Prashanth [EMAIL PROTECTED] wrote: Hi lan, On Fri, Oct 3, 2008