Hi, currently the forms and plugins are not handled in the default project structure. At least I don't see them:
http://framework.zend.com/wiki/x/6KM I would put them under application/ and application/modules/ respectively: application/forms/ application/plugins/ application/modules/blog/forms/ application/modules/blog/plugins/ Is this the current best practice? And how should form and plugin classes be named? And what about form and plugin loading? Is a Zend_Loader_PluginLoader Object to load forms and plugins the best practice? Thanks and best regards, Ralf
