[symfony-users] Where to store class files (project level vs. app level, vs. module level)

2010-04-23 Thread Richtermeister
Hi all, This is more of an aesthetic question.. In most tutorials/examples/apps I see written in symfony, all class files are stored in the project/lib data. For the model layer I see that that's a good central spot, however, I often have forms or filters that are really only applicable to one

Re: [symfony-users] Where to store class files (project level vs. app level, vs. module level)

2010-04-23 Thread Denis Golovin
I think that all tutorial examples assumes that you have only two applications: frontend and backend (or even single frontend). Obviously, if you have three or more applications - it will be better, if you put application classes separately. I'm not so sure about modules, but application level