Attributes scope in a cfc

2010-05-30 Thread Matthew P. Smith
Any way to access the attributes scope in a cfc without passing it in as a argument? ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag

Re: Attributes scope in a cfc

2010-05-30 Thread Barney Boisvert
all cases you should be passing in everything you need. cheers, barneyb On Sun, May 30, 2010 at 12:00 PM, Matthew P. Smith m...@smithwebdesign.net wrote: Any way to access the attributes scope in a cfc without passing it in as a argument

Re: Attributes scope in a cfc

2010-05-30 Thread Andrew Scott
into a CFC, if so then this is the arguments scope. On Mon, May 31, 2010 at 5:00 AM, Matthew P. Smith m...@smithwebdesign.netwrote: Any way to access the attributes scope in a cfc without passing it in as a argument? ~| Order