Re: [ACFUG Discuss] Multiple Application.CFC files

2008-05-30 Thread Steven Ross
Of *Douglas Knudsen *Sent:* Saturday, May 24, 2008 1:07 AM *To:* discussion@acfug.org *Subject:* Re: [ACFUG Discuss] Multiple Application.CFC files Clarke, yup, should be able to just extend the root Application.cfc with the one(s) below to get all that 'inheritance' goodness. One thing though

RE: [ACFUG Discuss] Multiple Application.CFC files

2008-05-29 Thread Clarke Bishop
: Saturday, May 24, 2008 1:07 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] Multiple Application.CFC files Clarke, yup, should be able to just extend the root Application.cfc with the one(s) below to get all that 'inheritance' goodness. One thing though is a little issue with CF

[ACFUG Discuss] Multiple Application.CFC files

2008-05-23 Thread Clarke Bishop
In my webroot, I am trying to setup a secure directory where a login is required. I got some good ideas the other day from Doug, but I'm still having trouble. Here's what I'm trying to do /webroot/ accessibleStuff.cfm /secure/ stuffThatRequiresLogin.cfm So, anything in the secure

RE: [ACFUG Discuss] Multiple Application.CFC files

2008-05-23 Thread Dusty Hale
,\) cfif folderName is secure Do login routine /cfif I just tried it and seems to do what you describe. -Dusty -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Clarke Bishop Sent: 05/23/2008 6:53 PM To: discussion@acfug.org Subject: [ACFUG Discuss] Multiple

Re: [ACFUG Discuss] Multiple Application.CFC files

2008-05-23 Thread Douglas Knudsen
Clarke, yup, should be able to just extend the root Application.cfc with the one(s) below to get all that 'inheritance' goodness. One thing though is a little issue with CF in this regard. You can't extend the root Applicaiton.cfc do to some pathing thing. To get around this though you can