Hi zipman If you are using Cake 1.2 then have a look at Behaviors. I believe that they would be the best way to deal with this. If you are using 1.1 then you are probably on the right track already.
Sorry I can't help with the specifics of your question - I haven't had to deal with that before myself. Regards, Langdon zipman wrote: > 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 -~----------~----~----~----~------~----~------~--~---
