Reputation: 1763
I searched through Google and there was little to no information about how to integrate Smarty 2.x into Zend Framework 1.10.
Can anyone help me figure out how to do this?
Upvotes: 0
Views: 1478
Reputation: 3080
But also consider this.
It is absolutely senseless to integrate Smarty with ZF unless you also integrate some script that aready use smarty. But i would not use smarty with ZF in any case like
Smarty is advanced, powerful and great templating system but ZF has it's own MVC and I would not messup with it.
Upvotes: 1
Reputation: 162
http://devzone.zend.com/article/120
Please have a look it seems like best solution to integrate
Upvotes: -1
Reputation: 235
This might be a simpler implementation
http://www.mooduino.co.uk/2010/07/using-php-smarty-template-engine-with.html
Upvotes: 0
Reputation: 5061
This a little older, but should provide you with a good starting point. http://anders.tyckr.com/2008/03/12/implementing-zend-layout-and-smarty-using-zend-framework-mvc/
Upvotes: 1