Hi Jon > I can't really take credit for it - it's basically a variant of the > existing delete methods,
I think that is the point :-) Ok, its a small modification, but it would have taken me a long time to figure out. >> This is definitely the sort of functionality that I would not like to have >> to re-implement in every project. > > well, you don't, do once, and add to your app_model - I always have > unbindAll (and now softDelete) in my app_model when i start. Understood, but this is why I agree with you that it should be in the core. If you are including something in appModel (I always have the "expects" function for unbinding) for every project, doesn't this suggest that it really does belong in core? I can see that my appModel is quickly growing to be quite large, therefore making it a less convenient file to work with. Regards, Langdon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
