Skip to content

Instantly share code, notes, and snippets.

@stevewithington
Created May 7, 2014 15:19
Show Gist options
  • Save stevewithington/7ff08cac727d4a0416b8 to your computer and use it in GitHub Desktop.
Save stevewithington/7ff08cac727d4a0416b8 to your computer and use it in GitHub Desktop.
Mura CMS : User Strikes Bean
<cfscript>
userStrikesBean = $.getBean('userstrikes').init(username=$.currentUser('username'), configbean=$.globalConfig());
WriteDump(var=userStrikesBean.getStrikes());
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment