Brian C
Member since Oct 19, 2012
- Profile: /members/10365-brian-c.htm
- Comments: 1
Recent Blog Comments By Brian C
-
Creating Globally Accessible User Defined Functions In ColdFusion
Posted on Oct 19, 2012 at 6:04 PM
What's the downside of just instantiating the object in application.cf*? <cfif NOT IsDefined("UDF")> <cfset UDF=CreateObject("component","UDF")> </cfif>... read more »