RE: CFCs that extend CFCs - want to cfinclude a function

2007-05-10 Thread Tero Pikala
Pikala -Original Message- From: Jake Pilgrim [mailto:[EMAIL PROTECTED] Sent: 24 April 2007 19:07 To: CF-Talk Subject: CFCs that extend CFCs - want to cfinclude a function I have a CFC that extends another CFC, and I want to overwrite a function in the base CFC using a cfinclude. Take

CFCs that extend CFCs - want to cfinclude a function

2007-04-24 Thread Jake Pilgrim
I have a CFC that extends another CFC, and I want to overwrite a function in the base CFC using a cfinclude. Take the following example: subset.cfc: cfcomponent extends=cfcs.base cfinclude template=functions.cfm / /cfcomponent base.cfc: cfcomponent cffunction name=doStuff cfset