in my application i use this directory structure -
3. Application Topography and Configuration - Zend Framework Development - Zend Framework Wiki
In Controller's init() method i call $this->initView(); and then in IndexController - $this->render(). This script calls <module>/views/scripts/<controller>/<action>.phtml file for view generation. How can i insert new Helper classes in current Controller which i suppose should be under <module>/views/helpers/<controller>/