Ryan
Member since May 1, 2014
- Profile: /members/11874-ryan.htm
- Comments: 2
Recent Blog Comments By Ryan
-
Determining Which Function Called This Function (Using ColdFusion)
Posted on May 6, 2014 at 4:02 PM
Just in case anyone else gets here searching for a similar term, ColdFusion added a new function in version 9 to do exactly this, get the current function name. GetFunctionCalledName() https://wikidocs.adobe.com/wiki/display/coldfusionen/GetFunctionCalledName... read more »
-
Robust CFScript Suport For Tags In ColdFusion 11 Beta
Posted on May 1, 2014 at 10:18 AM
Digging up this older post, since CF 11 has released. Ben, do you know if these new cf* functions support positional parameters? I don't have CF 11 installed anywhere just yet so I can't try myself. Ex: cfcookie( 'CookieName', '.domain.com', 'NEVER', true, '', true, false, 'some value'); VS cfco... read more »