Re: [PHP] Best PHP Template System

2012-05-04 Thread Gerardo Benitez
I have used smarty in project with pure php and the template system of Zend Framework in proyects done in Zend Framework, both are fine for me. Gerardo. On Thu, Apr 26, 2012 at 5:48 AM, Simon Schick simonsimc...@googlemail.comwrote: On Thu, Apr 26, 2012 at 12:07 AM, Yared Hufkens

Re: [PHP] Best PHP Template System

2012-04-26 Thread Simon Schick
On Thu, Apr 26, 2012 at 12:07 AM, Yared Hufkens y4...@yahoo.de wrote: Why use an external engine which slows your scripts down to do something which can easily be done by PHP itself? PHP is imho the best template engine for PHP. With PHP 5.4, it became even easier because ?=$do-somestuff()?

[PHP] Best PHP Template System

2012-04-25 Thread Willie Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have been looking at Smarty Template Engine. The only reason I don't like it is because it is really slow when there are a bunch of results for pagination. Question is, is there something out there that is a lot faster with pagination built into

Re: [PHP] Best PHP Template System

2012-04-25 Thread Yared Hufkens
divide UI and backend. --- Ursprüngl. Mitteilung --- Von: Willie Matthews Gesend.: 25.04.2012, 23:48 An: PHP Mailinglist Betreff: [PHP] Best PHP Template System -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have been looking at Smarty Template Engine. The only reason I don't like it is because

Re: [PHP] Best PHP Template System

2012-04-25 Thread Willie
] Best PHP Template System -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have been looking at Smarty Template Engine. The only reason I don't like it is because it is really slow when there are a bunch of results for pagination. Question is, is there something out there that is a lot faster