On 7/12/07, Feris Thia <[EMAIL PROTECTED]> wrote: > What templating engine can cakephp use ? Does it goes with patTemplate ?
You can use a wide variety of template engines with CakePHP. Of course, PHP itself is a templating language so why use anything else (other than fear of having to teach designers a little bit of PHP syntax). There's a tutorial in the Bakery on how to integrate Smarty with CakePHP http://bakery.cakephp.org/articles/view/how-to-use-smarty-with-cake-smartyview You should be able to use that tutorial for just about any other templating system. -- Chris Hartjes Senior Developer Cake Development Corporation My motto for 2007: "Just build it, damnit!" @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
