Skip to content

Instantly share code, notes, and snippets.

@chrisdpeters
Created February 11, 2012 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisdpeters/1795550 to your computer and use it in GitHub Desktop.
Save chrisdpeters/1795550 to your computer and use it in GitHub Desktop.
Automatic Data Handler Functions for Partials in CFWheels 1.1
<!--- Note: we are breaking the convention of data access in the view here so that we can cache this partial --->
<cfset articles = articles(arguments.articlesRss)>
private struct function articles() {
// Logic goes here
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment