[Zope] Persistence - I know I'm not doing this right...
Chris Withers
chrisw@nipltd.com
Tue, 03 Jun 2003 09:09:42 +0100
Samir Mishra wrote:
> My question was a simplification of what I need to do. I need to store
> arrays of dictionaries, with 200 or more elements. And I need to access
> these from multiple points. In this context, can I still set variables in
> documents or other objects?
You could use an external method and just set attributes on Document
objects or some such, but this is a hack.
Better would be to learn how to write Python Products and build your own
Product...
cheers,
Chris