View Single Post
  #20 (permalink)  
Old 04-05-2008, 02:01 AM
Ron Ron is offline
Junior Member
 
Join Date: Apr 2008
Posts: 7
Default Need to register your own ViewRenderer object

I went through the same issue. The example in the book is extending the framework to implement Smarty templates instead of using the Zend viewer. Search "Zend_Controller_Action_Helper_ViewRenderer" in the Zend Manual for more info. I had to stop with the book and do a few simpler tutorials that used the default views. The book made more sense once I had a general idea what I was extending.
Reply With Quote