Quote:
Originally Posted by Brujah
I haven't actually used CakePHP yet. I did look at it but felt it might be too confining following all the conventions.
|
CakePHP isn't necessary if you already self-impose good MVC standards. Cake is an excellent framework for getting used to MVC (which is what I used it for), but if you're already comfortable with fat model and skinny controllers, it's safe to pass it up.
If you look at the TubeAce code, you can see where it'd benefit from something as strict as Cake. It'd be appropriate in this context, where other coders of varying skill levels are all making modifications.