Hey,
If I have to CFC's:
1. mixin.cfc
2. anyold.cfc
And I want to mixin/inject a method from the first cfc to the second:
- anyold['setXYZ'] = mixin['setXYZ']
Does the function get copied/duplicated, or is it passed in by
reference? If it is passed in by reference, and the function is
setting something in the "variables" scope, does it always use the
variabls scope of the cfc it is currently in?
Cheers,
Baz
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---