[Zope] Question about application design
Chris Withers
chris at simplistix.co.uk
Wed Apr 21 04:15:15 EDT 2004
Alec Mitchell wrote:
> You can store a list of strings as a property of the Folder (look at the
> PropertyManager API). It might not be terribly efficient,
It's pretty efficient ;-)
> and will likely
> not work for more complex structures.
It will, but it shouldn't ;-)
You can store dictionaries as properties, eve nthough there is no
PropertyManager type for them. The only downside is that the Properties tab
doesn't display the value of those properties...
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the Zope
mailing list