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 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+unsubscr...@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 
> .

-- 
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+unsubscr...@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.


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 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+unsubscr...@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.