7 Jun
1999
7 Jun
'99
6:46 p.m.
The zope manual would be much more useful if it gave a few examples... I have this method: Method: GetAuthorID Arguments: authorid:int SELECT authorname,authoremail FROM authors WHERE <!--#sqltest authorid column=authorid type=int--> I then want to do something like this: <!--#in GetAuthorID(4)--> <A HREF="mailto:<!--#var authoremail-->"><!--#var authorname--></A> <!--#/in--> What's the proper format for calling a method with arguments?