It keeps your instance data disentangled with private functions and the variable's scope handle on THIS, so it makes it easy to do things like <cfset MyCfc.setMemento(structOfData)> and load a whole instance's instance data at once.
It's easier to dump data without dumping funcitons. :) Beyond that not much. J On Feb 10, 2009, at 5:28 PM, Henry wrote: > > Can someone remind me, why store instance variables in > variables.instance? Where are the benefits? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
