Smarty with Cakephp 2.XX .

2014-08-30 Thread mark_story
I would look at Twig personally. It is a really solid template library, that has syntax similar to jinja and django. It also has automatic escaping which is a key feature if you are going to use a templating library. You should be able to find a few view classes that add twig support to cakephp

Re: Smarty with Cakephp 2.XX .

2014-08-28 Thread Dakota
PHP is a template engine, and CakePHP leverages it as such. Any particular reason why you want to run something else on top of PHP? On Wednesday, 27 August 2014 12:48:14 UTC+2, sandee...@gmail.com wrote: Can anybody tell how to use Smarty with Cakephp 2.XX . Is good? Any other good template

Smarty with Cakephp 2.XX .

2014-08-27 Thread sandeepsk2020
Can anybody tell how to use Smarty with Cakephp 2.XX . Is good? Any other good template engine? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups CakePHP group

Re: Smarty with Cakephp 2.XX .

2014-08-27 Thread Stephen S
Would this help ? https://github.com/news2u/cakephp-smartyview On 27 August 2014 11:48, sandeepsk2...@gmail.com wrote: Can anybody tell how to use Smarty with Cakephp 2.XX . Is good? Any other good template engine? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us