I just came across a nice, neat website cfOOP.org written by Nicholas Tunney. It breaks down OOP into concise, meaningful chunks and relates it all in terms of ColdFusion. I’m about to start the tutorial and I’m looking forward to seeing the results.
One question I’ve always had is how databases and Object Oriented Programming fit in together. At it’s very nature, it seems the two conflict since with databases we break everything down into items that relate to each other. With OOP methodologies, it seems we do the same thing or at least something similar.
It will be interesting to see how this turns out.
Time for my first CFC!
Vince Collins