OOP my good lad :)
You could create your prototype CFC, then use it as an extension to another
cfc..(ie bold methods).
<cfscript>
myOrigObject = createObject("component","your.orig.cfc.path");
myOrigObject.extObj = createObject("component","your.ext.cfc.path");
myOrigObject.extObj.boldAll();
</cfscript>
Scott.
"CFAUSSIE" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
>
> Hi guys,
>
> Quick question I'm starting to play with CFC's a bit more and I want to
know
> if I have a basic CFC that does a query.
>
> Then I want to add a business rule to that CFC without touching the
original
> CFC. Make sense..
>
> For example. I have a list of names
>
> Jeremy
> Scott (Monkey Lovin) Barnes
> Barry (Banging Give me) Moore
>
> I then would like a Business Rule CFC to sit in ready to execute to BOLD
all
> names that begin with the letter "B".
>
> This is just an example I just want to know the best logic to takle such a
> thing.
>
> Any help would be good...
>
> Jeremy
>
>
>
>
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MX Downunder AsiaPac DevCon - http://mxdu.com/