> more general DB library (contains server wide DB functions).
> Also in my CFC I have a number of private functions that do
> common DB operations. I don't see any way that I could
> leverage OO more, any suggestions?
Well, it sounds like you couldn't leverage OO any less, actually. As Matt
said, that's not necessarily bad, but putting functions in CFCs does not
make something OO. If you were using objects in the OO sense of the word,
those objects would represent individual entities that your program
describes. For example, if you had a program that dealt with cars, when your
program talked about a new car you'd create a Car object, which you'd treat
more or less like any other variable.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

