--- "Paul Johnston" <[EMAIL PROTECTED]> wrote:
> 
> Sorry, maybe I'm being stupid but why is the unnamed scope shared
> across all
> of the component?  What is the this scope all about then?
> 
> Paul
> 

It's useful for implementing OO concepts via CFCs. You create the 
instance of your CFC (using CreateObject) and then call a series of 
different functions in the CFC. Each of those functions can save 
things in the 'unnamed' scope to be used in subsequent function 
calls.

Andy.


----------------------------------------------------------
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).

Reply via email to