Could anyone explain me, why the beforeSave method of a behavior is called before the beforeSave method of the model?
This seems pretty strange, as it would for a model be possible to change the saving data after the behavior beforeSave method was executed. That means data designted to save could not be checked/ changed reliably by the behavior as the model could always change the data afterwards. Does anyone know the reasons for this structure? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
