Hi, > I am not a fan of the > "Default Project" structure, and since hearing someone claim it should be > changed to a "Sample Project" structure, I no longer feel I am taking an > incorrect path ( as a seasoned developer ).
I actually do think that calling it "default project structure" is the best way to call it for a very good reason. With this structure components like Zend_Controller and Zend_View know exactly where to look for controller classes, view scripts, helpers, modules, etc. You do not need to change any of the default settings and can concentrate on your application. If you want a different structure then you need to change some of the default settings. So I think "default project structure" is the best name. But maybe I am totally wrong and I miss something important. Best regards, Ralf
