Community Member Profile
- Profile: /members/2685-Gabriel-Read.htm
- Comments: 2
- Points: 20
Recent Blog Comments By Gabriel Read
-
Using ColdFusion Method Pointers Without Updating ColdFusion Component Methods
Posted on Dec 18, 2008 at 7:46 PM
See the following scenario (code deliberately abbreviated); Code: <cfcomponent> <cffunction name="init" returntype="myClass"> <cfscript> // init params, etc </cfscript> </cffunction> </cfcomponent> <... read more »
-
Using ColdFusion Method Pointers Without Updating ColdFusion Component Methods
Posted on Dec 17, 2008 at 11:59 PM
I know this is an old post, but I thought I'd write up a quick thank you to Ben as stumbling into this post via google saved a lot of f**king about. As a side note, you can also structAppend( baseComponent, helperComponent) if you have a helper class that you need to attach and you can't/do... read more »



