[Zope] ZCatalog help

Chris Withers chrisw@nipltd.com
Sat, 23 Feb 2002 17:30:20 -0000


> a)  How to build a python product that is catalog aware?

Mix CatalogAware into your Python Product's class. CatalogAware sucks though
:-(

> b)  How do i retrieve the data from the catalog without a search
interface?

Iterate over a call to the catalog. Read the Zope Book online for this.

cheers,

Chris