[Zope] Object history
Michel Pelletier
michel@digicool.com
Sun, 15 Aug 1999 22:03:48 -0400
jhauser@ifm.uni-kiel.de wrote:
>
> If you prepend your variable with '_v' it is not stored in the
> ZODB. But if you restart zope the value is lost. You can store it on
> disk, with the help of an external method.
>
Actually, that should be '_v_'. Note that objects whose names begin
with '_' are not accessable in DTML, you would need to access it from
Python.
-Michel
> __Janko
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
>
> (To receive general Zope announcements, see:
> http://www.zope.org/mailman/listinfo/zope-announce
>
> For developer-specific issues, zope-dev@zope.org -
> http://www.zope.org/mailman/listinfo/zope-dev )