Agreed, this is something I ran into before and is definitely something that often haunts me into indecision. That is one of the reasons I'm not doing a framework right now. I figure if I can abstract out my functionality into a set of classes and get those classes implemented as cfc's, I'll have done plenty for a first go around.
Then I can move onto a framework for the next, more discrete, project and try to increase my OO-indoctrination depth. Judah On Wed, Oct 22, 2008 at 10:43 AM, Gerald Guido <[EMAIL PROTECTED]> wrote: > One thing I would watch out for is concept overload. I think the single most > difficult thing for me was sifting the VAST amounts of information. One of > the problems I ran into was finding tutes and examples that did *one thing > only* and not mixing concepts like using MachII and ColdSpring together. So > when you look at the code examples you can't figure out which parts were > MachII and which were ColdSpring. > > I would recomend taking things one step at a time instead of trying to > abstract your database while trying to work it into a Framework. I ended up > thinking myself stupid and just got frustrated. Pick a single task/Concept > and figure it out and then move on to another. > > HTH > G > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:314262 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

