View Single Post
  #1 (permalink)  
Old 04-07-2007, 11:09 PM
zfuser zfuser is offline
Junior Member
 
Join Date: Apr 2007
Posts: 3
Default how to load view helper classes in Controller

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>/
Reply With Quote