AW: [Zope] Zclass deconstructor
Jorg Kubaile
joerg@kubaile.de
Sat, 13 Jul 2002 10:21:49 +0200
> > I'm looking for a chance, to make some stuff on deleting an
> instance of a
> > ZClass. On adding, there is no problem, cause of the
> constructor methods.
> > but how will i make this on deleting?
> You can try to define "manage_beforeDelete" as a Python Script.
>
Thanks Dieter. Thats it!
But now the next question: which function will raise on Copy/Cut/Paste? On
Cut/Paste, I need to write the new path to my Database. On Copy/Paste, I
need to make a new entry. Any chance to do this?
Cia Jorg