RE: [Zope] ZClass class attributes
7 Dec
1999
7 Dec
'99
7:12 p.m.
-----Original Message----- From: Janko Hauser [mailto:jhauser@ifm.uni-kiel.de] Sent: Tuesday, December 07, 1999 7:17 AM To: itamars@ibm.net Cc: zope@zope.org Subject: [Zope] ZClass class attributes
I think you can add a DTML-Document with properties to the ZClass. I have the experience that I can change the DD and all instances see this. Probably this is also true for the properties of the DD.
Yep. All instances share that method and its contents and properties. if you want instances to not have a method as a class attribute, but rather as a contained object that is different per instance, make the class an ObjectManager so that it is a container. -Michel
9617
Age (days ago)
9617
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michel Pelletier