Thanks Brian, I've downloaded the sample and I'm curious if anyone else has been a simple cart using a single CFC and various functions within that CFC to add/delete/edit items in the cart? TIA, Donna
On Tue, 4 Jan 2005 17:25:38 -0500, Brian Kotek <[EMAIL PROTECTED]> wrote: > I have a sample Fusebox 4 application at my web site > (http://www.briankotek.com) under the ColdFusion section. It uses CFCs > as the model and includes a basic shopping cart. > > > On Tue, 4 Jan 2005 16:17:00 -0600, Donna French <[EMAIL PROTECTED]> wrote: > > Okay, I've read a couple tutorials and have only learned enough to be > > dangerous - so PLEASE bare with me. > > > > After reading Forta's Using CFC's on the Macromedia site > > (http://www.macromedia.com/devnet/mx/coldfusion/extreme/bforta_cfc.html) > > I'm wondering if it is possible - or if anyone has done this. Build a > > shopping cart using a single CFC and just call a method for whatever > > the user wants to do (add item, etc.)? > > > > I'm probably way behind but I promise I am trying to get up to speed > > as quickly as possible! > > > > TIA, > > Donna > > > > > > On Tue, 4 Jan 2005 16:33:47 -0500, Troy Murray <[EMAIL PROTECTED]> wrote: > > > Sean, > > > > > > Aside from the above links, and the pending book from HH, any other > > > suggestions on learning CFC's "correctly"? > > > > > > -t > > > > > > > > > On Tue, 4 Jan 2005 13:13:48 -0800, Sean Corfield <[EMAIL PROTECTED]> > > > wrote: > > > > On Tue, 4 Jan 2005 15:44:45 -0500, Joe Rinehart <[EMAIL PROTECTED]> > > > > wrote: > > > > > I don't know if there's a good, free online resource for introductory > > > > > learning about CFCs: there's probably some tutorials at Macromedia, > > > > > and a number of us post on CFCs frequently on our blogs. > > > > > > > > http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/building.htm > > > > > > > > http://www.macromedia.com/devnet/mx/coldfusion/cfcs.html > > > > > > > > http://www.sitepoint.com/print/components-introduction > > > > > > > > > The ColdFusion WACK by Ben Forta and Hal Helms' Discovering CFCs > > > > > > > > Be aware that both of those address CFMX 6.0 and are therefore based > > > > on what is considered extremely bad practice nowadays (because 6.0 did > > > > not support the good practices that 6.1 introduced). Both books talk > > > > about using THIS scope and make no mention of declaring local > > > > variables with VAR (because 6.0 didn't support it and didn't have the > > > > non-public VARIABLES scope). > > > > -- > > > > Sean A Corfield -- http://www.corfield.org/ > > > > Team Fusebox -- http://www.fusebox.org/ > > > > Breeze Me! -- http://www.corfield.org/breezeme > > > > Got Gmail? -- I have 6 invites to give away! > > > > > > > > "If you're not annoying somebody, you're not really alive." > > > > -- Margaret Atwood > > > > > > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189314 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

