[Zope] people structuring
Dieter Maurer
dieter at handshake.de
Wed Oct 8 14:41:19 EDT 2003
Roman Bogoyev wrote at 2003-10-6 18:06 +0800:
> Dieter's Reference product is almost what I need. Is there any way for
> a reference to have it's own set of properties as well as the real object's
> properties?
It is not easy to merge in things from the reference itself and
the referenced object.
You would need to inherit "PropertyManager" in "Reference"
and override all "PropertyManager" methods to do the merging.
Dieter
More information about the Zope
mailing list