RE: [Zope] better than Notes (but where are the views ?)
2 Sep
1999
2 Sep
'99
6:44 p.m.
eg. just say i had a zclass called "articles" and each article has an "author" and a "date". i then create 100 instances of this zclass. how could i display all the articles written by a given author or on a certain date ?
You could either: (a) tool through all of them searching for the values you were after (yuck), or (b) use the ZCatalog stuff ZCatalog is a full-text and fielded indexing engine for Zope. The New Zope Site uses ZClasses and the ZCatalog EXTENSIVELY. IMO, ZClass instances + ZCatalog are analagous to Notes views. --Rob
9713
Age (days ago)
9713
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rob Page