[Zope] Extending Document for DocumentLibrary product

Frank Stephan frank_stephan@gmx.de
Fri, 7 Sep 2001 22:35:26 +0200


What would you suggest, if I want to store documents
with more props than the default.
Should I customize the whole product or should I subclass
DocumentFile?
If I subclass it, would I inherit the methods (e.g. for editing), too?
Can I extend these methods in my new class or do I have to overwrite
the inherited ones completely.

TIA
Frank