Skip to content

Instantly share code, notes, and snippets.

@jbuda
Created March 19, 2013 13:34
Show Gist options
  • Save jbuda/5196135 to your computer and use it in GitHub Desktop.
Save jbuda/5196135 to your computer and use it in GitHub Desktop.
CF call RequiredFields.cfc
<cfset var _required = 'name,email,comments' />
<cfset var _result = getMyPlugin('requiredFields').validate(_required,event.getCollection()) />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment