[Zope-dev] ZClass not in a Product
Dieter Maurer
dieter@handshake.de
Fri, 22 Jun 2001 22:40:22 +0200 (CEST)
Joachim Werner writes:
> > Is there any good reason why a Product inside the ControlPanel is the only
> > place a ZClass can exist? Why can't I have one in any folder?
>
> I think it is perfectly logical that ZClasses are located in the Products
> area. A folder is for instances of classes, and a ZClass is a class, not an
> instance.
I do not agree with you:
a ZClass is both an instance (you can manage, modify, delete)
and a class (you can use as blueprint for object creation).
Dieter