can't use it

a blog by Cemre Güngör

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.