[Zope] Creating an instance of another class?

Dieter Maurer dieter at handshake.de
Thu Feb 5 13:39:22 EST 2004


J C Lawrence wrote at 2004-2-4 20:25 -0500:
>What is the correct way to use the OFS to create an instance of a
>product within an object?

The standard way is

    <objectManagerDestination>.manage_addProduct[<productName>].
    <constructor>(<arguments>)

-- 
Dieter



More information about the Zope mailing list