SOT: OOD/Design Patterns and ColdFusion.

2006-05-16 Thread Ian Skinner
I guess I just do not have a natural OOP/OOD/OOA type mind. I get a basic object and its purpose to encapsulate data and functionality. But as soon as I try to start putting objects together to build a system, I quickly get lost in a quagmire. This usually results in my falling back to my

Re: SOT: OOD/Design Patterns and ColdFusion.

2006-05-16 Thread Robert Everland III
I have found that looking through Ray Camden's code gave me more of an understanding of these theories. Ray utilizes objects along with CRUD. Check out Lighthouse, that one I have worked with quite a bit and has really helped my understanding of OOP. Bob