Created
August 8, 2016 11:37
-
-
Save roryl/3ea2df6b346a2425875e630e4b6f5fe6 to your computer and use it in GitHub Desktop.
Application.cfc Extension Sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
component extends="baseApp" { | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
component { | |
function onRequest(){ | |
writeOutput("This is my base component that applications can extend"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment