> > You can think of cfc's as simply collections of functions grouped in a > file by subject.
That's certainly a good starting point but I think getting to grips with the concepts of OOP (object oriented programming) before even looking at CFCs is perhaps going to give you a better start. I think once you get a hint of what OO is about, you will suddenly get an urge to start using CFCs in an OO way (if you're as much a geek as I anyhow). Learn OO on paper, then go back to the CFC tutorials. Here is a language agnostic tutorial: http://homepages.north.londonmet.ac.uk/~chalkp/proj/ootutor/index.html There are probably better one's though so have a look around. It is worth noting, that CFCs are not neccessarily OO, but can absolutely be used as such. CFCs can be thought of as 'Classes' or 'Objects' in OO terms. HTH, happy reading Dominic -- Blog it up: http://fusion.dominicwatson.co.uk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298329 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

