No it's not bcoz of file name. I have tried the following code in the other
module's controller (not the default module) which is working fine .. here
is the code 

function init() {
 $this->view->addHelperPath('application/views/helpers');
}

The only problem above is that I have to add this code in each controller of
the 2nd module. I don;t want that. Is there is any way to define the code in
bootstrap so that it add the helper path by its own.

Regards
Ashish



Jack Sleight wrote:
> 
> Hmmm. I noticed your file name for the helper is generateKey.php, if
> you're on Linux then the file names are case sensitive, and it should be
> GenerateKey.php. Could that be it?
> 

-- 
View this message in context: 
http://www.nabble.com/Global-access-of-models-and-helpers--tp14251508s16154p14252724.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to