[cfaussie] Re: variables.instance

2006-07-27 Thread Mark Mandel
The only difference dale is that some people (myself included) like to place all their instance variables inside a struct found on the variables scope - more often than not variables.instance. This makes life easy when looking to push / pull a bunch of them on or off the object, as the variables

[cfaussie] Re: variables.instance

2006-07-27 Thread Barry Beattie
Can the CFC access all variables. Scope, ie ones from other pages / cfc's? unless it's been fixed reciently, it can access FORM and URL (and probably cookie) scopes too. I found out by accident that, if you've got an unscoped variable that doesn;t exist in variables or this scope, it'll walk

[cfaussie] Re: variables.instance

2006-07-27 Thread Dale Fraser
-Original Message- From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On Behalf Of Mark Mandel Sent: Friday, 28 July 2006 13:53 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: variables.instance On 7/28/06, Dale Fraser [EMAIL PROTECTED] wrote: Mark, But I thought

[cfaussie] Re: variables.instance

2006-07-27 Thread Mark Mandel
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