Created
February 4, 2014 19:35
-
-
Save seancoyne/8810696 to your computer and use it in GitHub Desktop.
blog post - validator.cfc - 2
This file contains hidden or 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
<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