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?
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/
This might be a simpler implementation
http://www.mooduino.co.uk/2010/07/using-php-smarty-template-engine-with.html
http://devzone.zend.com/article/120
Please have a look it seems like best solution to integrate
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.