[fw-general] Zend_Loader and addPrefix()

2008-04-18 Thread Giorgio Sironi
Hello everyone, I am subclassing Zend_Loader to allow my module classes to reside in a subdirectory of application/modules/module_name (as you can see, I use standard conventions). I think will be useful to add prefix management methods in Zend_Loader similar to Zend_Loader_PluginLoader ones. This

Re: [fw-general] Zend_Loader and addPrefix()

2008-04-18 Thread Matthew Ratzloff
Why don't you put it under the library directory? library/ Ns/ Zend/ Problem solved... -Matt On Fri, April 18, 2008 4:35 am, Giorgio Sironi wrote: Hello everyone, I am subclassing Zend_Loader to allow my module classes to reside in a subdirectory of application/modules/module_name