Hello, I have finished a project and now I want to add auditing support, as to know when an update or delete occured and with what parameters. I guess the solution to my problem is the afterSave callback which I'll have to put in the app_model.php. The problem is I don't know how to access the parameters used for save (the model on which the save function was called and with what parameters). How can I do this?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
