[Zope] another simple question...
Daniel M. Drucker
dmd@3e.org
Mon, 7 Jun 1999 14:46:19 -0400 (EDT)
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?