Community Member Profile
- Profile: /members/1479-Paul.htm
- URL: http://blog.kukielnet
- Comments: 5
- Points: 45
Recent Blog Comments By Paul
-
Learning ColdFusion 9: CFScript Updates For ColdFusion Components
Posted on Jul 23, 2009 at 10:53 AM
@Ben Yes we would be leaning that way, and within script its the same. Hmmm <cfset girl = createObject( "component", "girl" ).girl("Angelina Jolie","Brunette") /> is not that bad. Not 100% decided either way yet. Perhaps this is because we also do alot of c++ and a... read more »
-
Learning ColdFusion 9: CFScript Updates For ColdFusion Components
Posted on Jul 23, 2009 at 10:43 AM
That make sense symmetry is a good thing. Not sure which way will will head yet though but good to know we have options :)... read more »
-
Learning ColdFusion 9: CFScript Updates For ColdFusion Components
Posted on Jul 23, 2009 at 10:38 AM
@Ben Actually by specifying the init() method on the component it calls the constructor you specify. ie <cfscript> hotGirl= new Girl("Angelina Jolie","Brunette"); </cfscript>... read more »
-
Learning ColdFusion 9: CFScript Updates For ColdFusion Components
Posted on Jul 23, 2009 at 10:24 AM
I really like script our coding standards at work are almost guaranteed to change to full script based components. You can also specify the init method ie: component output="false" extends="Base" hint="I represent a girl object." initmethod="Girl" {... read more »
-
Both MySQL and MS SQL Server Use @@Identity To Report Latest Auto-Incrementing Value
Posted on Dec 9, 2008 at 11:22 AM
I have been using the CF features to get the last insert id: http://www.forta.com/blog/index.cfm/2007/7/6/ColdFusion-8-Can-Return-Identity-Values... read more »



