> > > I would agree with you except for one thing - CFCs > themselves (well, > > cfargument) allows the Thing to be passed in when type=X. > This isn't a > > hack like the pseudo-constructor. The CF engine itself is > saying that > > Thing == a CFC. > > > I thought we long ago figured this wasn't a reference to the > CFC since you couldn't call private methods with it from > inside the CFC.
Eh? I have a method, privtest, marked private. My CFCs init method returns this. In the Thing I get back, I can call Test(), which itself called privtest, and this works fine. I wouldn't expect to be able to call privtest() on Thing directly, of course, but it works just fine when called from a public method. -rc ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
