Hi guys,
I sort of already know the answer for this question. However, I'm
trying to spread some different persepective on it. We use CFC's
heavily in our application. Because they rock. One thing we use is the
extends attribute. Now the disadvantage to the extends is that it has
to be hard coded i.e.
<cfcomponent name="cust_comp_index"
extends="sandbox.cfdology.1_1.Core_CFC.comp_index">
<cffunction name="dsp_index">
test
</cffunction>
</cfcomponent>
What I would like to do is make the extends attribute dynamic or at
least part of it. Currently we are using CF mappings. But I'm just
trying to stream line it slightly. Can anyone thing of a way to make it
more dynamic more so to what I'm doing now?
Jeremy
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"cfaussie" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~----------~----~----~----~------~----~------~--~---