Overriding a Wheels View Helper
Overriding a built-in ColdFusion on Wheels function is something I often see done by Wheels developers. It's a very useful technique for customizing a Wheels function while still keeping your code base clean. Since there are some gotchas with the approach though, I'll...