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.
|