I have just discovered that paths for view helpers are automaticaly set for any module except of default. Why is it so?
Module "test": Test_View_Helper_: [...]/application/modules/test/views/helpers/:[...]/application/modules/test/views/helpers/ Zend_View_Helper_: Zend/View/Helper/ But for "default" module there is only: Zend_View_Helper_: Zend/View/Helper/. Why not Default_View_Helper? -- View this message in context: http://www.nabble.com/Zend_Application_Module_Autoloader-loading-viewhelper-question-tp23558443p24897917.html Sent from the Zend Framework mailing list archive at Nabble.com.
