Daniel, What I've done is in each of my CFC's I have an INIT and a "clear" private function called by the Init. These clear functions have a unique name designed as "clear"+CFC name. If the cfc extends another, clearCFC1 calls clearCFC2 and so on.
Andy -----Original Message----- From: Daniel Elmore I am fairly confused on how the super scope works. Lets say I have the following: - 2 CFCs, one called Car the other called Honda - Honda extends Car - Car.init sets two 'this' scoped or 'variables' scoped variables (hopefully it doesn't madder in this example) - Honda.init calls super.init() Shouldn't all of Honda's methods have access to the 2 variables set in the Car init() method, either directly or via Car's getter methods? If not, how do you get this functionality and is this a common design pattern? Does this sound like a wrong thing to getting working? Thanks, I can really use the help. Daniel Elmore ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase RoboHelp from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=59 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190176 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

