Here's some module improvements I've done personally. Developers may wish that these solutions could benefit ( especially the module-merging configurations ),
- locale should be split by module. layout seems to look better in this dashion: / app / locale/ en_US / Module.csv ( to me atleast ) - addition of a module-based configuration folders, Within, it should define default layouts, non dispatchable components, and so on. / app / modules / core / etc / config.xml - prefixDefaultModule should default as true. - Zend_Loader must accomodate Module_Model fashion. The fix is not hard when properly used with the front controllers assigned modules. Developers shouldn't have to struggle with this simple spl fix. A pllugin, how nice it may be, is really an unneccessary step. - Every module should have a BaseController which then extends from My_Controller. - the frontcontroller should support a flag for uppercased modulenames. -- View this message in context: http://www.nabble.com/Module-Suggestions-Improvements-tp19469428p19469428.html Sent from the Zend Framework mailing list archive at Nabble.com.
