On 11/10/04 6:58 AM, "Stefan Gonick" <[EMAIL PROTECTED]> wrote:

> I've never used application scope. I just use domain scope to do
> the kinds of things that you are talking about. It does involve loading
> things into the two variations of each domain.


App scope is useful for projects in which many people may be developing
separate functions. They can limit a variable to the app they are working on
and not worry about stepping on variables that someone else may be creating,
etc.

Also for modular functionality. I unplug an app from one site and move to
another and not have to worry about what domain variables are floating
around. 


________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to