Re: Singleton & var scoping

2011-02-08 Thread Dave Watts
> I know that var scoping is paramount with CFC development, however, I do have > a question in regards to var scoping when the CFC is not going > to be a singleton and the impact that might have. > > Please consider the following simplified example: > > > >   >     /> >     >   > > > >

Singleton & var scoping

2011-02-08 Thread Jason Fill
I know that var scoping is paramount with CFC development, however, I do have a question in regards to var scoping when the CFC is not going to be a singleton and the impact that might have. Please consider the following simplified example: In th