Re: [Zope] ZClass base classes

2000-09-07 Thread Nick Trout

 (please don't post HTML mail to the list).
sorry

 I *think* the "Include standard Zope persistent object base classes"
 check box gives your ZClass the "ZObject" interface which is similar to
 the SimpleItem interface (see the Zope API docs in the help system - I
 think it's under Help-Zope Help-API Documentation-ObjectManagerItem).

I dont seem to have this in my Zope Help System. Where can I obtain this? I
have 2 items in the Contents tab frame: ZeopTutorial and ZopeHelp. The API
Documentation I have is very sparse.

 As far as inheritance order, the first base class you add to the ZClass
 base class list will be ZObject if you use check the "standard base
 classes" checkbox.  The next one will be the first base class you choose
 (the topmost), the next one will be the one under that, etc.

But what I need to know is what properties does the derivation give the new
object and how does the order affect its behaviour.

Ta,
Nick

 I've looked all throught docs but I cant find anywhere an explanation of
 what properties the ZClass base classes give you. Also which order to
 inherit them, as the Developers Guide claims the order is important. Can
 anyone please enlighten me?



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] ZClass base classes

2000-09-07 Thread Chris McDonough

Hi Nick

(please don't post HTML mail to the list).

I *think* the "Include standard Zope persistent object base classes"
check box gives your ZClass the "ZObject" interface which is similar to
the SimpleItem interface (see the Zope API docs in the help system - I
think it's under Help-Zope Help-API Documentation-ObjectManagerItem).

As far as inheritance order, the first base class you add to the ZClass
base class list will be ZObject if you use check the "standard base
classes" checkbox.  The next one will be the first base class you choose
(the topmost), the next one will be the one under that, etc. 

-Original Message-
From: Nick Trout [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 07, 2000 8:59 AM
To: Zope Mail list
Subject: [Zope] ZClass base classes


I've looked all throught docs but I cant find anywhere an explanation of
what properties the ZClass base classes give you. Also which order to
inherit them, as the Developers Guide claims the order is important. Can
anyone please enlighten me?

Regards,
Nick.

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )