Skip to content

Instantly share code, notes, and snippets.

@atuttle
Created July 3, 2013 13:22
Show Gist options
  • Save atuttle/5917807 to your computer and use it in GitHub Desktop.
Save atuttle/5917807 to your computer and use it in GitHub Desktop.
component {
this.contains = function(){
writeOutput("Hi from ScriptBased.contains()<br>");
};
}
<cfset scriptBased = createObject("component", "scriptBased") />
<cfset scriptBased.contains() />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment