Re: [fw-general] Model / Form / Resource Loading in Modules

2009-01-13 Thread Matthew Weier O'Phinney
-- Simon Corless wrote (on Tuesday, 13 January 2009, 05:55 AM -0800): > > Just a question really on how others do the same sort of thing... That being > the loading of forms, models and anything else outside the immediate ZF > fold. I have my modules and each has a model and form directory, then

Re: [fw-general] Model / Form / Resource Loading in Modules

2009-01-13 Thread Ralph Schindler
Simon, we are discussing this very thing right now in a proposal: http://framework.zend.com/wiki/display/ZFPROP/Zend_Loader_Autoloader_Resourc e+-+Matthew+Weier+O%27Phinney Let me first mention that within a module the classes always start with SomeModuleName_ > Just a question really on ho

[fw-general] Model / Form / Resource Loading in Modules

2009-01-13 Thread Simon Corless
Just a question really on how others do the same sort of thing... That being the loading of forms, models and anything else outside the immediate ZF fold. I have my modules and each has a model and form directory, then any other directories for resources. I thought it would be a good idea to use t