I'm new to developing Zope products and I'm trying to
understand how
I can add funcitonality to a ZClass. Specifically, What
is the
syntax to :
1. During intialization add an additional member to
the ZClass (not
a property, a member). For example, I'd
like:
instance.mymember=1
2. If the ZClass is an
Object Manager, how would I create instance
objects during construction (I'd
like there to be default objects) ?
Thanks
Russell
Fine