[Zope] Calling ZClass constructors programmatically...

Dieter Maurer dieter@handshake.de
Fri, 20 Apr 2001 20:39:59 +0200 (CEST)


sean.upton@uniontrib.com writes:
 > I have been trying a bunch of different things to instantiate a ZClass
 > instance...
The documentation (Zope help -> API-Reference -> ObjectManager)
speaks of a standard way to instantiate anything:

       <container>.manage_addProduct[<product_name>].<constructor>(....)

Have you tried it?


Dieter