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-27 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? > An

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, 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 > Fi

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&q

Re: Smarty with CakePHP

2010-07-03 Thread mark_story
Sounds like the code is using methods that have been deprecated/ removed in the version of cake you are using. You'll probably need to update the SmartyView to use the new methods. -Mark On Jul 2, 1:58 pm, zoran wrote: > During installation Smarty to my CakePHP 1.3 error occurs: > "Undefined pr

Smarty with CakePHP

2010-07-03 Thread zoran
During installation Smarty to my CakePHP 1.3 error occurs: "Undefined property: Configure::$viewPaths [APP/views/smarty.php, line 196]". What is wrong??? smarty.php - http://cakeforge.org/snippet/download.php?type=snippet&id=389 Check out the new CakePHP Questions site http://cakeqs.org and help