[Zope] Help! Accessing product constructors & methods programmatically
Dieter Maurer
dieter@handshake.de
Sun, 3 Dec 2000 13:58:07 +0100 (CET)
mgushee@architag.com writes:
> Can anyone suggest an approach to this problem? Any relevant
> documents I need to read?
I like to repeat my general remark (you find it several time
in the (searchable) list archiv ;-)):
Whenever, you can do something with the Zope management
interface, you can do it programmatically.
Moreover, a look at the source of the Zope management
pages (mostly DTML and mostly in the OFS/ and App/ subfolders
of your distribution), will tell you how to do it.
Dieter