Calling view helpers from/inside other view helpers in Zend Framework
Normally in views you would use $this->helper(); to use a helper, and inside other view helpers, you can simply use $this->view->helper(); to access other view helpers.
Normally in views you would use $this->helper(); to use a helper, and inside other view helpers, you can simply use $this->view->helper(); to access other view helpers.