[ZDP] BackTalk to Document The Zope Book (2.6 Edition)/Creating
Basic Zope Applications
webmaster at zope.org
webmaster at zope.org
Fri Nov 7 10:41:53 EST 2003
A comment to the paragraph below was recently added via http://zope.org/Documentation/Books/ZopeBook/2_6Edition/SimpleExamples.stx#2-5
---------------
Folders provide containers for your applications. A natural way
to build a simple Zope application is to create a Folder in your
Zope root folder to hold objects related to the application. For
example, you may have an *Invoices* folder to hold an invoice
application. You could create "logic" objects inside that folder
named *addInvoice* and *editInvoice* to allow you to add and edit
the invoices. The actual invoices themselves could be DTML
Documents or File objects, which could also live in the *Invoices*
folder. Your *Invoices* folder thus becomes a small application.
% Anonymous User - Nov. 7, 2003 10:41 am:
Title - spelling
More information about the ZDP
mailing list