Skip to content

Instantly share code, notes, and snippets.

@roryl
Created August 8, 2016 11:37
Show Gist options
  • Save roryl/3ea2df6b346a2425875e630e4b6f5fe6 to your computer and use it in GitHub Desktop.
Save roryl/3ea2df6b346a2425875e630e4b6f5fe6 to your computer and use it in GitHub Desktop.
Application.cfc Extension Sample
component extends="baseApp" {
}
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