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 to a folder.
>
> I tried adding this:
> 
>  
> 
> 
>    

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 Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336689
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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 application.cfc,
but only for one domain.  Is there another way to extend a component without
using the extends attribute?

What would be the best way to go about this?

-- 
Regards,
Matthew Smith


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336681
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm