Thursday, March 27, 2008

CFUnited Prize Draw code

I was asked yesterday if i could make this available, so here it is
The CFC is just this (table only contains firstname / lastname)


<cfcomponent>
<cffunction name="selectWinners" access="remote">
<cfquery name="winners" datasource="myDS">
select * from cfunited
</cfquery>
<cfreturn winners>
</cffunction>
</cfcomponent>

No comments: