er, something along the lines of:

function getMyName(){
        if(not structkeyexists(variables.inst,"myname")){
                variables.inst.myname = getMetaData(this).name;
        }
        return variables.inst.myname;
}



-----Original Message-----
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]
Sent: 20 October 2005 18:22
To: CF-Talk
Subject: cfc name introspection


When dumping the THIS scope within a CFC, it will show the name of the CFC,
or at least the full path to it which can be converted to the name. I'm
playing with some auto caching techniques and would like for the caching
method to know the cfc name automatically without having to pass it in or
setting it when the cfc is instantiated.
Is there a way to get the CFC name from the THIS or VARIABLES scopes?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221706
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to