Providing arguments to a Z SQL method using Zope Page Templates
3 Oct
2002
3 Oct
'02
10:16 p.m.
Providing arguments to a Z SQL method using Zope Page Templates
4 Oct
4 Oct
9:18 a.m.
New subject: [Zope] Providing arguments to a Z SQL method using Zope Page Templates
on or about, Friday, October 04, 2002, we have reason to believe that James Lee White wrote something along the lines of : JLW> Providing arguments to a Z SQL method using Zope Page Templates in case this was a question on how to provide arguments to a Z SQL method using Zope Page Templates , the best way seems to be a python-statement: <p tal:define="SQLresults python:here.yourSQLmethod(param1 = value1 , param2 = value2)"></p> remember , all arguments must be passed as named arguments ; (ie : no doing value1, value2) :) -- Geir Bækholt geir@funcom.com Zopatista , tools-developer Product Operations Funcom Oslo
8585
Age (days ago)
8586
Last active (days ago)
1 comments
2 participants
participants (2)
-
Geir B�kholt -
James Lee White