Skip to content

Instantly share code, notes, and snippets.

@cameroncf
Created July 16, 2014 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cameroncf/5d4d4667eee92e0a8b9d to your computer and use it in GitHub Desktop.
Save cameroncf/5d4d4667eee92e0a8b9d to your computer and use it in GitHub Desktop.
<cfset us = createObject('component','UserService') />
<cfdump var="#us#" abort="true">
component
accessors = true
{
property name='someprop';
public function someMethod() {
error = h[;
}
}
component
extends = 'Service'
accessors = true
{
property name='name';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment