You should keep all of your data storage functions on the model. So either app_model if it needs to apply to all, or just the particular model you want. Of course there will be cases where the data you want to store is not particular to any model, and it makes more sense to save/load from the controller - but most of the time it should be in a model.
--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
