Re: extend application.cfc based upon condition

2010-08-31 Thread Sean Corfield
FWIW, you wouldn't get this error on Railo (due to a philosophical difference on how function declarations actually work). On Tue, Aug 31, 2010 at 2:04 PM, Matthew Smith wrote: > > Ok, here is what I tried: > > I removed the cfcomponent tags in the org.corfield.framework file, and > copied them

Re: extend application.cfc based upon condition

2010-08-31 Thread Dave Watts
> I removed the cfcomponent tags in the org.corfield.framework file, and > copied them to a folder. > > I tried adding this: > >   > > >    

Re: extend application.cfc based upon condition

2010-08-31 Thread Matthew Smith
Ok, here is what I tried: I removed the cfcomponent tags in the org.corfield.framework file, and copied them to a folder. I tried adding this: Regards, > Matthew Smith > > > -- Regards, Matthew Smith ~| Order the

extend application.cfc based upon condition

2010-08-31 Thread Matthew Smith
Using a shared host, and currently serving several different sites based upon conditional code. I have just done a site in fw/1, and would like to incorporate the site into the codebase. The fw/1 app has this in application.cfc: Is there another way to do this? I would like to extend applicat