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