8 Oct
2003
8 Oct
'03
7:03 p.m.
Jeff Youel wrote at 2003-10-7 11:10 -0700:
I've created an object to record some information (datetime, url, username) for each file downloaded from the site for later searching (CMF 1.3.1, Zope 2.6.1). To do this, I have a BTreeFolder with a private ZCatalog and put an new instance of a DownloadRecord object (my own object that just has string members holding the fields to be queried later) into the folder when the file is requested.
You could try to use "BTreeFolder2" and allow it to determine the Ids itself. Dieter