On Mon, 15 Nov 2004 11:19:55 -0500, John D Farrar <[EMAIL PROTECTED]> wrote: > I do something with "this" scope still. I create a variables.attributes > scope and a private function to set this = duplicate(variables.attributes) > function. Then I use the variables as read only... even if a user messes > with them, they will return the wrong values, but they won't keep the CFC > from having correct internals.
It doesn't matter. You've still hung depencencies on those internals. You can't change the internals of the CFC without breaking code that depends on it. Patrick -- Patrick McElhaney 704.560.9117 http://pmcelhaney.blogspot.com I still have 5 gmail invites. ---------------------------------------------------------- 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 [EMAIL PROTECTED]
