[Zope-dev] Re: [ZODB-Dev] Replacing bobobase_modification_time

Chris McDonough chrism@zope.com
Tue, 8 Jan 2002 09:47:05 -0500


> I think that a much better approach, if modification time is important
> to your application, is to store the application modification time in the
> object as a data attribute.

It might be better to cause common Zope objects to do what Casey proposes
(maybe via SimpleItem) as opposed to making folks keep app modtimes for
those and as opposed to changing the semantics of
bobobase_modification_time.  In Zope2, this would be achieved via a mixin
named something like Modifiable mixed in to DTML Document, File, etc.

- C