View Single Post
  #3 (permalink)  
Old 03-28-2008, 07:56 PM
iroy2000 iroy2000 is offline
Junior Member
 
Join Date: Mar 2008
Posts: 15
Default

Your $viewRenderer->view is returning a Zend_View_Interface Type, which I don't think you can call that specific function.

Please make sure you call the correct object.


The function you want is inside Zend_View_Helper directory, but I dun think the function i s attached to the Interface.

Last edited by iroy2000 : 03-28-2008 at 08:08 PM.
Reply With Quote