Templating Engine Pros and Cons with Zend Framework

Posted by manyxcxi on Stack Overflow See other posts from Stack Overflow or by manyxcxi
Published on 2010-05-13T01:15:26Z Indexed on 2010/05/13 1:24 UTC
Read the original article Hit count: 254

Filed under:
|
|
|

I am getting familiar with Zend Framework (and MVC with PHP in general) for a personal project. I have previous experience with Smarty and have no major gripes with it, but I would like to use this project as a good in-depth learning exercise. Those of you familiar with different templating engines and ZF: Do you believe there are better templating engines than Smarty in conjunction with ZF and why? I would like to apply what I learn to the real world and production environments.

The personal project will be fairly robust. User management, sessions, security, database interaction, form input, jQuery, etc.

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-framework