> 2) To use the component, you create <cfproperty> and > <cffunction> tags, which are analogous (although not the same > as) properties and methods within an object
While cfproperty values exist in metadata, they do not create real values. Ie, <cfproperty name="name" value="ray"> will create data in the metadata, NOT in the This scope or unnamed scope. Basically, don't make the mistake of thinking <cfproperty> creates 'real' values. > It's hardly a Java (or any other type of) object is it? I Heh, I say if you want Java, use Java. ;) > Design patterns of CFC's would be a useful place to start. I > noticed on cfczone.org that this was mentioned... Anyone got > any further with this? Would be good to get a site up about > that (as CFC's appear to be really badly used and implemented > a lot of the time imho) Just curious - but where are you seeing bad examples of CFCs? While this list is active, I'm not seeing CFCs used a lot in the 'wild'. CFCZone has gotten 2-3 submissions, but not nearly as much response as CFLib did when CF5 was released. ======================================================================== === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
