Table of contents for Zend Framework
- Zend Framework and Smarty integration
- A better Zend Framework & Smarty integration
- Zend_Layout example
I have been using Smarty (php template engine) for quite some time but I am really new to Zend Framework, in fact I started using it for the first time yesterday.
To do the integration i found two very good articles:
- http://devzone.zend.com/node/view/id/120
- http://kpumuk.info/php/zend-framework-using-smarty-as-template-engine/
However both articles refer to an older version of Zend Framework and they are a bit confusing if you are a Zend beginner like me. On this post i assume Zend Framework version 1.5 and Smarty 2.6.19 (but should work with older Smarty too). (more…)