I don't think there really is a right way to do OO in CF. Since there are no constraints on CFCs it will usually just work. You just need to make sure you are using CFCs as objects. I.E. creating a user would be creating an instance of user.cfc. As long as you can pass the entire instance (object) around and it works, then you are usually good to go. Simple examples of this are all over. Finding more comples Gateway/DAO examples are a little more difficult to find but are still out there somewhere.
-Jake Gabriel Read wrote: > Anyone aware of any GOOD online cf oo courses? > > Fiddling around with the various bits and pieces from 1001 blogs, guides and > everything is great - but there isn't any way to find out if your end result > is 'right' even if it works. > > Cheers is advance, > Gabriel R > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319429 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

