hi i am a newbie in zend frame work.. pls help mee
i am going through a registration module. and in that module there is separate helper file called Tools for calculating age… date comparison etc
while trying to create object of Users_View_Helper_Tools in indexAction getting a fattal error of Users_View_Helper_Tools not found
how will will we autoload the helper files in the modules
hi i am a newbie in zend frame work.. pls help mee i am
Share
In bootstrap:
In controller:
The helper would look like this: