Skip to content

Instantly share code, notes, and snippets.

@seancoyne
Created February 4, 2014 19:35
Show Gist options
  • Save seancoyne/8810696 to your computer and use it in GitHub Desktop.
Save seancoyne/8810696 to your computer and use it in GitHub Desktop.
blog post - validator.cfc - 2
<cfset testObj = createObject('component','testObj') />
<cfset testObj.setFirstName('sean') />
<cfset testObj.setLastName('coyne') />
<cfset testObj.setEmail('[email protected]') />
<cfset testObj.setDOB('12/26/1981') />
<cfset testObj.setGPA('3.89') />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment