Skip to content

Instantly share code, notes, and snippets.

@mccar2cm
Last active December 27, 2015 03:09
Show Gist options
  • Save mccar2cm/7256954 to your computer and use it in GitHub Desktop.
Save mccar2cm/7256954 to your computer and use it in GitHub Desktop.
Some basic MURA stuff I can't seem to ever remember
datasource:
#application.configBean.getDatasource()#
init mura scope:
<cfset $=application.serviceFactory.getBean("MuraScope").init("SITEID")>
get a feed to show items with nav set to 0 and 1
<cfset feed.setShowNavOnly(0)>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment