Re: Dealing with MASSIVE Model Files

2015-09-09 Thread Jeremy Burns : Class Outfit
I sometimes splice chunks out into behaviours for this reason. > On 9 Sep 2015, at 08:35, Michael Houghton wrote: > > I have some big projects in CakePHP and always follow the Fat Models, Skinny > Controllers approach. > > The issue I have now, is some of my model files are 5000 lines! > > Is

Dealing with MASSIVE Model Files

2015-09-09 Thread Michael Houghton
I have some big projects in CakePHP and always follow the Fat Models, Skinny Controllers approach. The issue I have now, is some of my model files are 5000 lines! Is there a better way to decouple code that putting it all into the model files. How could this code be separated into smaller file