Answered
Is there a way to combine their query results into a single function
say I have a bunch of functions that return a query:
<cffunction name="getDeals" access="remote" returntype="query">
<cffunction name="getDeals2" access="remote" returntype="query">
is there a way to combine their query results into a single function that returns a struct of the various results?
<cffunction name="getDeals" access="remote" returntype="query">
<cffunction name="getDeals2" access="remote" returntype="query">
is there a way to combine their query results into a single function that returns a struct of the various results?
