[ZDP] BackTalk to Document Zope Developer's Guide (2.4 edition)/Zope Products

webmaster@zope.org webmaster@zope.org
Thu, 16 Jan 2003 04:57:28 -0500


A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZDG/current/Products.stx#4-22

---------------

        This is the normal acquisition base class. See the *API
        Reference* for the full details on this class. Many Zope
        services such as object publishing and security use acquisition,
        so inheriting from this class is required for
        products. Actually, you can choose to inherit from
        'Acquisition.Explicit' if you prefer, however, it will prevent
        folks from dynamically binding Python Scripts and DTML Methods
        to instances of your class. In general you should subclass from
        'Acquisition.Implicit' unless you have a good reason not to.

          % Anonymous User - Jan. 16, 2003 4:57 am:
           Where can I find the "API Reference" for these classes ???