Exactly.

Mark

On 7/28/06, Dale Fraser <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> Ok,
>
>
>
> So just to clarify for everyone. Cause it wasn't clear to me.
>
>
>
> variables IS private to a CFC, it just contains other CFC object related 
> into. Here's a sample that will make it easy to understand.
>
>
>
> Test.cfm
>
> <cfset variables.me = "HELLO" />
>
>
>
> <cfdump var="#variables#" />
>
> <cfset Test = createObject("component", "Test").init() />
>
> <cfdump var="#variables#" />
>
>
>
>
>
> Test.cfc
>
> --------
>
> <cfcomponent>
>
>
>
>       <cffunction name="init">
>
>             <cfset variables.me = "THERE" />
>
>             <cfdump var="#variables#" />
>
>       </cffunction>
>
>
>
> </cfcomponent>


-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---

Reply via email to