View Single Post
  #3 (permalink)  
Old 07-23-2008, 12:22 PM
boodito boodito is offline
Junior Member
 
Join Date: Apr 2008
Posts: 3
Default

yeah, i have a widget that shows on all the pages, so i need to create it in the layout, i created a view helper CommentWidget to retrieve the data and return them formatted, then in the layout i have <?php $this->commentWidget(); ?> that's supposed to render the returned html from the view helper but it's not happening! knowing that the helper path is well set in the bootstrap file
any ideas?
Reply With Quote