BackTalk to Document The Zope Book (2.6 Edition)/Acquisition
[email protected] Tue, 08 Jun 2004 00:03:34 -0400
| Newsgroups | gmane.comp.web.zope.zdp |
|---|---|
| Message-ID | <[email protected]> |
A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/Acquisition.stx#2-21
---------------
The HappySong method is found in the root folder unless one of the
other folders "Users", "Barney" or "Songs" happens to also have a
method named "HappySong", in which case *that* method is used.
The HappySong method is searched for first directly in the "Songs"
folder. If it is not found, the acquisition hierarchy is searched
starting at the first container in the hierarchy: "Barney". If it
is not found in "Barney", the "Users" folder is searched. If it
is not found in the "Users" folder, the root folder is searched.
This search is called *searching the acquisition path* or
alternately *searching the containment hierarchy*.
% Anonymous User - June 8, 2004 12:03 am:
If "happySong" method is no found in the root folder, is the "AnotherUser" folder searched?
_______________________________________________
ZDP maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zdp