Using CFCs as function collections like you are doing is the easy part. Wait till you start creating a true OO backend. I'm working on my first right now and I thought I was really good at CFCs until I started this... No pain no gain though, right?
Rick Faircloth wrote: > Good...maybe I'll catch on before the next decade rolls around... > > > Jake Churchill wrote: > >> Right!. >> >> Your call (if you are using the form scope) would look like this: >> >> object.update_product(argumentCollection=form); >> or >> object.update_product(duplicate(form)); >> >> Same thing if you are looking at something in the session: >> object.update_product(argumentCollection=session.key); >> >> >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:314240 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

