Casey
Member since Dec 11, 2008
- Profile: /members/20-casey.htm
- URL: http://www.snaptopixel.com
- Comments: 1
Recent Blog Comments By Casey
-
Learning ColdFusion 8: Implicit Struct And Array Creation
Posted on Apr 16, 2008 at 10:40 AM
I was frustrated with this same issue PLUS the way it uppercases the keys in a struct (I do a lot of remoting): <cfset foo = {myCamelCaseKey="hello world"}/> becomes: foo.MYCAMELCASEKEY So I went back to using my old standard: <cffunction name="createStruct" access="public" returntype=... read more »