Alan Quinlan
Member since Jul 12, 2012
- Profile: /members/10122-alan-quinlan.htm
- URL: http://about.me/alanquinlan
- Comments: 2
Recent Blog Comments By Alan Quinlan
-
How Do You Populate Shared Views In A Complex Layout Using MVC?
Posted on Jul 12, 2012 at 3:17 PM
@Ben, The actual back-end data logic to get or prep the data I do in my model (cfcs). Those always return objects, or arrays of objects . (always being like 95% of the time) All of the actual calls to get this data or save new data come from my "controller". Which for me is my index.cfm.... read more »
-
How Do You Populate Shared Views In A Complex Layout Using MVC?
Posted on Jul 12, 2012 at 1:22 PM
Simplify. See here. http://screencast.com/t/NvpDqdAY In this scenario we're in the controller for the site (index.cfm), on the "checkout" page. As you might imaging, we need a shipping address, billing address, and other checkout information to display. We want to reuse the shipping/b... read more »