[Zope] How/where to store information

Wim Bekker wim@dv-rec.com
Fri, 23 May 2003 12:12:29 +0200


I want to store some information in a 2x2 array. One index is Products, the
other index is Components. The values are revision numbers. Everyday
Products, Components and revision numbers can change.

Since I'm just a starter, what are the ways to store these variables? Using
properties is not the correct way, so I guess using a database? Where can I
find the information I need?

Wim