From: Jason S. <jsw...@ya...> - 2003-05-20 16:26:43
|
--- Mike Carter <mi...@bu...> wrote: > Basically, for each module should it be in its own directory with its > own set of action, models etc. folders? Or should all modules share the > same single set of folders? I have not developed anything yet that got out of hand with the app/models app/actions app/views type structure, but I also have not been architecting the apps with plugin in mind. I think what I might be inclined to do at that point is make sure my class naming convention clearly identified classes as models, actions, forms, views, etc. and instead use: app/mods/mod1/*.php app/mods/mod2/*.php ... Phrame itself (2.0 version) would not care about this structure, but I would have to modify my "auto-include" for actions and forms to accomadate the multiple variable include paths. HTH __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com |