How I Improved My ORM Experience
Over the past month or so, I have really been digging in to ColdFusion’s ORM. It’s a fantastic tool - no longer do I have to write a bunch of boilerplate queries for every object in my codebase, nor do I have to mess around with generating complicated SQL queries by hand. That being said, it has been a relatively steep learning curve for me and I’ve been asking loads of questions every step of the way. Through the answers to those questions, I’ve managed to put together a few quick tips.
Read more...