roger tubby
Member since Aug 18, 2011
- Profile: /members/8793-roger-tubby.htm
- Comments: 3
Recent Blog Comments By roger tubby
-
ColdFusion 10 Beta - Closures And Function Expressions
Posted on Feb 20, 2012 at 4:29 PM
Nice presentation, Ben. My background includes a whole bunch of languages and I assume that closures are a natural part of most new breeds. I seem to be seeing more and more interfaces to the pure Java libraries and wonder if it wouldn't make sense for CF to provide cleaner and safer mechanisms tha... read more »
-
Finding Template Execution Stack in ColdFusion
Posted on Aug 23, 2011 at 10:40 AM
You can also get the tag context via: <cfset oException = createObject("java","java.lang.Exception").init() > <cfdump var="#oException#"> Now, what I want is to get my hands on the cfquery /cfstoredproc information including the starttime/enddimt values so... read more »
-
My ColdFusion User Defined Function Library Structure
Posted on Aug 18, 2011 at 9:22 AM
@Ben "...I wish there was a way to make globally accessible UDFs to act like built-in functions, but I have not found a way..." (Oct 6, 2008) I just wanted to inject a later post of yours into this discussion where your answer your own wish through the use of the URL scope. This works li... read more »