[Zope] Newbie question: Properties
Dieter Maurer
dieter@handshake.de
Fri, 23 Mar 2001 20:26:28 +0100 (CET)
Russell Hires writes:
> I've been reading the zope docs, and done a tutorial or two, but I still
> don't know what exactly a property is. I'm used the concept of a propery
> like this: if I have a rock, the rock's properties are weight, color, size,
> density, etc...
>
> I've added properties, but that doesn't exactly explain what they are...
Web managable (add, delete, change) attributes of objects of simple
(i.e. the set of supported) types...
You may read
URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html
to learn more about the "context".
Dieter