[Zope] Exporting zodb data (Urgent)
Dieter Maurer
dieter@handshake.de
Sun, 29 Jun 2003 20:08:49 +0200
Sukhwinder Singh wrote at 2003-6-29 02:20 +0530:
> These files get data using something like:
>
> for employee in container.employees
> print employee.name
Go to the "Properties" tab of these objects.
Do you see there the relevant properties?
> ...
> But when I try to use this method of using for each * in container.students
> or container.employees outside these folders (in the root folder) error is
> displayed like container is not defined etc. Is container something built in
> or their custom class?
You must use the "ObjectManager" API.
Dieter