Hi, What else in Zope could be an Object Manager besides a folder? Thanks Joseph
Joseph Griffin wrote:
What else in Zope could be an Object Manager besides a folder? Thanks Joseph
In general anything in Zope could be an objectmanager. In fact ObjectManager is the general object used to hold other objects. A Folder is a specialized ObjectManager that also is a PropertyManager and a few other things thrown into the mix. There is no reason why you should note make ie. an article an ObjectManager that contains pictures. All that it takes for a class to be an ObjectManager is to subclass the ObjectManager class. regards Max M
From: "Joseph Griffin" <jgriffin@pclnet.net>
What else in Zope could be an Object Manager besides a folder? Thanks Joseph
*Could* be??? Folder *is* and object manager. So is ZCatalog. If you want something else to be an object manager you have to create your own object. That way you can make an object manager of almost anything.
participants (3)
-
Joseph Griffin -
Lennart Regebro -
Max M