TK
Member since Aug 6, 2014
- Profile: /members/12175-tk.htm
- Comments: 1
Recent Blog Comments By TK
-
Creating Globally Accessible User Defined Functions In ColdFusion (Safer Version)
Posted on Aug 6, 2014 at 11:44 AM
Ben, I'm not clear with the code: application.cfc.test() In here I think test() refers to a function name? but on the other hand, this code indicates that test is a component name not a function's name: <cfset application.cfc = createObject( "component", "Test" ) /> If I ... read more »