Skip to content

Instantly share code, notes, and snippets.

@robertmorel-uk
Last active May 29, 2019 19:34
Show Gist options
  • Save robertmorel-uk/297d2d2df56f0b53331e5a3e9dd218a6 to your computer and use it in GitHub Desktop.
Save robertmorel-uk/297d2d2df56f0b53331e5a3e9dd218a6 to your computer and use it in GitHub Desktop.
Mura - cfdump all the things
<cfdump var="#$.globalConfig().getAllValues()#">
<cfdump var="#$.siteConfig().getAllValues()#">
<cfdump var="#$.content().getAllValues()#">
<cfdump var="#$.currentUser().getAllValues()#">
<cfdump var="#$.event().getAllValues()#">
#$.currentUser().getUsername()#
#$.content().getTitle()#
#$.content().getChildTemplate()#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment