On 9 Sep 2015, at 08:35, Michael Houghton <michaelhoughton84@gmail.com> 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 there a better way to decouple code that putting it all into the model files. How could this code be separated into smaller files otherwise?--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.
Wednesday, September 9, 2015
Re: Dealing with MASSIVE Model Files
I sometimes splice chunks out into behaviours for this reason.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment