Skip to content

Instantly share code, notes, and snippets.

@nathanstanford2
Created November 7, 2012 15:02
Show Gist options
  • Save nathanstanford2/4032110 to your computer and use it in GitHub Desktop.
Save nathanstanford2/4032110 to your computer and use it in GitHub Desktop.
Coldbox: Create Handler
<cfcomponent output="false" extends="coldbox.system.EventHandler">
<!--- Default Action --->
<cffunction name="index" returntype="void" output="false">
<cfargument name="event">
<cfset event.setView("general/mypdjfosdjfopjsapof")>
</cffunction>
<!------------------------------------------- PRIVATE EVENTS ------------------------------------------>
</cfcomponent>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment