16 Aug
1999
16 Aug
'99
2:03 a.m.
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 )