Re: difference between cfproperty and variables defined with This scope

2010-02-03 Thread Aaron Neff
Sry, that should've read: "In short, variables created via the cfproperty|property-generated setters (in CF9) are private-to-the-CFC. And variables in the this scope are public-to-the-CFC." > In short, variables created via the cfproperty|property-generated > setters (in CF9) are private-to-th

Re: difference between cfproperty and variables defined with This scope

2010-02-03 Thread Aaron Neff
Hi fun and learning, In short, variables created via the cfproperty|property-generated setters (in CF9) are private-to-the-CFC. I recommend reading these docs: cfproperty|property: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7e0b.html Implicit Get

Re: difference between cfproperty and variables defined with This scope

2010-02-03 Thread fun and learning
>> CF 9 changed this significantly. With CF 9, using CFPROPERTY actually >> creates a public variable in addition to creating documentation. In >> addition to that, it also "creates" accessors and mutators (setters >> and getters). It doesn't actually generate visible code in your CFC, >> but thos

Re: difference between cfproperty and variables defined with This scope

2010-02-02 Thread Judah McAuley
On Tue, Feb 2, 2010 at 11:21 AM, Dave Watts wrote: > CF 9 changed this significantly. With CF 9, using CFPROPERTY actually > creates a public variable in addition to creating documentation. In > addition to that, it also "creates" accessors and mutators (setters > and getters). It doesn't actuall

Re: difference between cfproperty and variables defined with This scope

2010-02-02 Thread Dave Watts
> Can anyone please tell me the difference between cfproperty tag and variables > defined using this scope. Both are used to define > CFC properties? The answer to this is a bit complicated, and version-dependent. If you're using CF 8 or earlier, the CFPROPERTY tag does nothing but define metad

RE: difference between cfproperty and variables defined with This scope

2010-02-02 Thread DURETTE, STEVEN J (ATTASIAIT)
ction, you cannot use var. Steve -Original Message- From: fun and learning [mailto:funandlrnn...@gmail.com] Sent: Tuesday, February 02, 2010 1:39 PM To: cf-talk Subject: difference between cfproperty and variables defined with This scope Hi All, Can anyone please tell me the diffe

RE: difference between cfproperty and variables defined with This scope

2010-02-02 Thread DURETTE, STEVEN J (ATTASIAIT)
cannot use var. Steve -Original Message- From: fun and learning [mailto:funandlrnn...@gmail.com] Sent: Tuesday, February 02, 2010 1:39 PM To: cf-talk Subject: difference between cfproperty and variables defined with This scope Hi All, Can anyone please tell me the difference between

difference between cfproperty and variables defined with This scope

2010-02-02 Thread fun and learning
Hi All, Can anyone please tell me the difference between cfproperty tag and variables defined using this scope. Both are used to define CFC properties? ~| Want to reach the ColdFusion community with something they want? Let th