[Zope] Storing Data inside Zope
Lennart Regebro
lennart@regebro.nu
Fri, 06 Jun 2003 10:32:02 +0200
Tom P. Allred wrote:
> I thought about
> using ZClasses to define data objects but someone suggested ZClasses had
> problems I didn't want to deal with.
I think it's easier to use python classes instead. ZClasses are overly
complicated. They should be rewritten into something that is easier to
use, but has much less functionality, IMO.
You could also use CMF and define up portal_types, but I think that may
be a less neat solution.