[Zope] Protected Z words

Peter Bengtsson peter@grenna.net
Thu, 15 Mar 2001 14:47:34 -0000


Is there a list of variable names that should be avoided in Zope dev?
For example, haveing a field in my mysql database called id or title isn't
very smart.

I know for a fact that "from" is a strange word. Or is it my application
perhaps?
<dtml-var from> didn't work, so I changed it to <dtml-var "REQUEST['from']">
and then it worked.


Peter