Itamar Shtull-Trauring wrote:
>
> > Container - object with some attributes and methods which can collect
> > other objects (also Containers)
>
> For these you should inherit from OFS.ObjectManager.ObjectManager.
http://www.zope.org/Members/michel/Projects/Interfaces/ObjectManager
defines the
Petr Knapek wrote:
> Container - object with some attributes and methods which can collect
> other objects (also Containers)
For these you should inherit from OFS.ObjectManager.ObjectManager.
> Item - an object with some attributes and methods which can not collect
> any other objects but can b
Hi Zopists,
I would like to use ZODB3 as an object DB to store my own objects. At
the beginning, I will make any text UI but later I want to put my
objects into a ZOPE Folder and store them inside ZOPE ZODB (Zope will
serve as GUI). Generaly I have 2 types of objects:
Container - object with some