[Zope] ZClass inheritance and contained objects (Zope 2.3.0)
Dieter Maurer
dieter@handshake.de
Mon, 12 Feb 2001 21:31:31 +0100 (CET)
Oliver Frommel writes:
> I add a DTML Method to a ZClass in the Product Manager.
> Is this DTML Method now supposed to show up in the Contents tab of a ZClass
> Instance?
No.
The method lives in the class while the ZInstance's Contents view
shows the private content items of this instance.
I would like that a ZInstance could override the infrastructure
defined in the class (as is the case, e.g., in Python).
However, ZClasses are not implemented this way.
Dieter