View Single Post
  #3 (permalink)  
Old 02-25-2008, 06:19 AM
alphaone alphaone is offline
Junior Member
 
Join Date: Feb 2008
Posts: 1
Default

Thanks for this, I spent the whole day trying to get Smarty working with Zend. I just followed your directory structure and got it working.
You may have already figured out, but all I did to get it to render is to echo out what is rendered.

PHP Code:
$rendered $view->render('bookinfo.tpl'); 
echo 
$rendered
Reply With Quote