> > what kind of scopes are there? Form, url, session... anything else?
>
> not forgetting Application, Attributes, Caller (already mentioned), CGI,
> Client, Cookie, Query Name, Request, Server, Variables
On the subject of scopes, I once accidentally used "Variable.whatever" rather than
"Variables.whatever" and stumbled on the fact that you can start vars with any
"scope-like" dot notation name. This could potentially be useful, e.g., in the Fusebox
methodology you set global vars via an included file... You could name such vars like
this: "appglobals.whatever" so the origin of the var would be instantly clear on
subsequent references in other templates. Of course, "appglobals.*" is
not really a new scope -- it's simply a var starting with "appglobals." that's
actually
in the "Variables" scope. A full reference would be "#variables.appglobals.whatever#".
Anyone see any problem with such scope-like notation?
Gene Kraybill
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.