I'll second this. When you use ColdSpring, you end up having it passed
in as an init() parameter and then put it in the VARIABLES scope, so
it's available to all methods inside your object.

On Thu, Mar 6, 2008 at 7:29 AM, Charlie Griefer
<[EMAIL PROTECTED]> wrote:
> I think you're starting to see where ColdSpring (or Lightwire) might
>  come in handy :)
>
>
>
>  On Wed, Mar 5, 2008 at 2:24 PM, Gerald Guido <[EMAIL PROTECTED]> wrote:
>  > I have seen it set in the init and set to the variables scope. and then
>  >  called from individual functions.
>  >
>  >  So if the passed object is local to *only one* function should I pass it 
> to
>  >  just that one function?
>  >
>  >  Or if it used multiple times in the object I should store it as part of 
> the
>  >  object (in the init function) in the variables scope so it can be avalible
>  >  to multiple functions.


-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300588
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to