Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mattlevine/a2c275e541fd76ac523b114cd318eb95 to your computer and use it in GitHub Desktop.

Select an option

Save mattlevine/a2c275e541fd76ac523b114cd318eb95 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