So I want to have the following folder scheme: - /parentCFC.cfc - /subfolder1/childCFC.cfc - /subfolder2/childCFC.cfc
Where childCFC inherits from parentCFC, do you see? I've tired all kinds of <cfcomponent extends=" ... " but I'm not getting anywhere, the only way I can get it to work is if I know where this folder resides in the web app and go extends="cfcFolder/model/ something/parentCFC" but then if I move the folder, I have to change the extends statement.. which is what I want to avoid.. Has anyone figured out how to do this? Thanks for the help in advance, Erik V --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CFCDev" 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/cfcdev?hl=en -~----------~----~----~----~------~----~------~--~---
