It doesn't matter if you do instance the models yourself, but they don't need to be. The only hazards in this is if a $Model->id is already set, then a future save (without id field) will perform an UPDATE, not an INSERT. But if you follow the recommended practice of calling $Model->create() before a save, then you have no problems.
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
