I am with Chris. I rarely add methods to my models. Ones I know I have added are ones to return subtotal for orders, return a unique generated list (needs two fields combined for display). Things like that. So, preparing data from the table is in my Model. But all my business logic and manipulation is in the controllers. I still try not to add to the uses array, but alas it happens and is a necessary evil.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
