14 Jul
2002
14 Jul
'02
9:57 a.m.
"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