This blog is outdated. Check out my website at http://cem.re or my work blog at http://cem.re/tumblr.

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.