Re: [fw-general] Zend_Application_Module_Autoloader loading viewhelper question

2009-08-16 Thread Matthew Weier O'Phinney
-- Xorock aaat...@o2.pl wrote (on Monday, 10 August 2009, 04:12 AM -0700): 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_:

Re: [fw-general] Zend_Application_Module_Autoloader loading viewhelper question

2009-08-10 Thread Xorock
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

[fw-general] Zend_Application_Module_Autoloader loading viewhelper question

2009-05-15 Thread Vladas Diržys
Hi, I'm trying to setup Zend_Application to use module autoloader for view helpers. Earlier I used to add helper path manually: $view-addHelperPath('path/to/views/helpers/', 'My_View_Helper'); Now as Zend_Application_Module_Autoloader has this information and it is correctly bootstrapped, I

Re: [fw-general] Zend_Application_Module_Autoloader loading viewhelper question

2009-05-15 Thread keith Pope
2009/5/15 Vladas Diržys vladas.dir...@gmail.com: Hi, I'm trying to setup Zend_Application to use module autoloader for view helpers. Earlier I used to add helper path manually: $view-addHelperPath('path/to/views/helpers/', 'My_View_Helper'); Now as Zend_Application_Module_Autoloader has this

Re: [fw-general] Zend_Application_Module_Autoloader loading viewhelper question

2009-05-15 Thread Matthew Weier O'Phinney
-- keith Pope mute.p...@googlemail.com wrote (on Friday, 15 May 2009, 02:11 PM +0100): 2009/5/15 Vladas Diržys vladas.dir...@gmail.com: I'm trying to setup Zend_Application to use module autoloader for view helpers. Earlier I used to add helper path manually:

Re: [fw-general] Zend_Application_Module_Autoloader loading viewhelper question

2009-05-15 Thread Jurian Sluiman
Op Friday 15 May 2009 15:11:46 schreef keith Pope: 2009/5/15 Vladas Diržys vladas.dir...@gmail.com: Hi, I'm trying to setup Zend_Application to use module autoloader for view helpers. Earlier I used to add helper path manually: $view-addHelperPath('path/to/views/helpers/',