[Zope] catalog-aware z-classes
Dieter Maurer
dieter@handshake.de
Wed, 3 Jul 2002 20:42:04 +0200
Ben Avery writes:
> I need to create a number of z-classes to represent objects, and want
> them to be catalog aware, with each having its own catalog.
> The example in the Zope book requires the catalog to have the id
> 'Catalog' or it won't work, as this is the default for ZCatalog-aware
> objects.
> But I'll need different ids, as I have more than one catalog. How can I
> override this default?
"Catalog[PAth}Aware" has a method to set the catalog id...
Dieter