Category: Zend Framework
Integrating Smarty with the Zend Framework
posted in Blog, PHP, Zend Framework by Ilya Ber.
While working on one of our projects I had to implement Smarty template engine support in Zend Framework views. Zend_View engine is easily customized, so I’ve decided to use Zend_View_Abstract class as starting point in this task.