On Fri, 1 Oct 2004 12:15:55 -0700, Barney Boisvert <[EMAIL PROTECTED]> wrote:
> The root of your application has Application.cfm, and then every sub
> application has it's own Application.cfm, of which the first line is
> <cfinclude template="../Application.cfm" />.  You can store all your
> global stuff in the root Application.cfm, and keep all the subapp
> stuff segregated.

Yup, this is exactly how the applications on macromedia.com work - we
have a single, central Application.cfm with all the cross-application
stuff in the root directory, then we have per-application
Application.cfm files that begin with an explicit include of the root
Application.cfm file...
--
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Got Gmail? -- I have 6 invites

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to