Re: remove references

2008-06-13 Thread Rajesh Dhawan
Hello, > how can I achieve that a custom function (maybe in my model class) gets > called if a model becomes deleted? > > What I want to do is to ensure that all references to a model are > removed when it woun't exist any longer in the database. > > Is that possible? Yes, in a couple of ways:

remove references

2008-06-13 Thread Constantin Christmann
Hello, how can I achieve that a custom function (maybe in my model class) gets called if a model becomes deleted? What I want to do is to ensure that all references to a model are removed when it woun't exist any longer in the database. Is that possible? Regards, Constantin --~--~---