On Mon, 11 Oct 2004 14:07:38 +1000, Mark Mandel <[EMAIL PROTECTED]> wrote:
> This may be a weird idea - but it's been in my head for ages.
> 
> Basically I want to have the file structure of
> 
> /root/Application.cfm
> /root/fred/Application.cfm
> 
> And have the Application.cfm if /root/fred/ simply be an extension of
> the /root/ one.

Have fred/Application.cfm simply include the root one:

<cfinclude template="../Application.cfm"/>

That's how all the applications on macromedia.com work - and it's a
technique documented in the CFMX Coding Guidelines on LiveDocs:

http://livedocs.macromedia.com/wtg/public/
-- 
Sean A Corfield -- http://www.corfield.org/
Team Fusebox -- http://www.fusebox.org/
Got Gmail? -- I have 2 invites

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to