This is a cookbook application written on CFWheels (http://cfwheels.org). The intent is provide a cookbook for Wheels recipes as well as a full application to provide community support.
- Private access functions all start with $
- Data variables passed to views start with $
- There are some specific routes purely for customization of the url's
- Partials are used for repeat view code
- The layout has more code output than desired. Typically I'd separate the layout into extra partials a bit more.