Skip to content

Instantly share code, notes, and snippets.

@adamcameron
Created October 3, 2012 21:42
Show Gist options
  • Save adamcameron/3830058 to your computer and use it in GitHub Desktop.
Save adamcameron/3830058 to your computer and use it in GitHub Desktop.
Demonstrating what I think you're talking about..?
<cffunction name="f">
<cfset var q = false>
<cfquery name="q" datasource="bugNotifier">
SELECT *
FROM user
</cfquery>
<cfreturn q>
</cffunction>
<cfdump var="#f()#">
<cfoutput>
#f().recordCount#
</cfoutput>
@robgcf
Copy link

robgcf commented Oct 3, 2012

<cfset result = objGW.funcName(params)>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment