12 Dec
2003
12 Dec
'03
7:56 p.m.
fowlertrainer@anonym.hu wrote at 2003-12-12 10:07 +0100:
I be used to modular programming. Units/Modules/Classes.
In Zope can I create a module with some functions ?
When you care to look at Zope's source, you can find the answer yourself. Of course, it is yes.
How can I do it ?
The easiest way is a folder (used as a module) with templates, scripts, images, whatever... One way are ZClasses (--> Zope Book). One way are External Methods (--> Zope Book) One way are Python modules with function definitions (--> Python documentation) declared as importable (--> "README.txt" of "Products/PythonScripts).
Or I need to be create Product for this ? How ?
Read the Zope Developper Guide (--> Zope.org). -- Dieter