[Zope] ZClass object/data modeling question
Chris Withers
chrisw@nipltd.com
Sun, 14 Jul 2002 10:57:36 +0100
"mlilly@tinorb.com" wrote:
>
> Greetings,
> I am setting up an application that will have a project object/class, and
> each project can have multiple tasks, multiple deliverables, and multiple
> team members. How best to represent this in Zope ZClasses??
Why the desire to use ZClasses?
Try looking at the CMF and creating a content type for each of tasks,
deliverables and team members...
cheers,
Chris