BackTalk to Document The Zope Book (2.6 Edition)/Using Zope Page Templates

[email protected] Wed, 05 May 2004 09:09:49 -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/ZPT.stx#2-66

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

    This data comes from the 'item' object by calling Zope API methods
    on what we know is a file object.  The methods 'item/getId',
    'item/getContentType', 'item/getSize',
    'item/bobobase_modification_time' are all standard API functions
    that are documented in Zope's online help system as well as in the
    various appendices to this book.

      % Anonymous User - May 5, 2004 9:09 am:
       This is probably one of the absolute *key* points for a beginner to understand, and it would benefit from
       more prominence. Understanding how TAL paths map to Zope API method names (ie, the mapping from item/id to
       item/getId to python:item.getId(), etc) is important, otherwise one can understand TAL, but be left in the
       dark as to what the available objects and paths are. --ben

_______________________________________________
ZDP maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zdp