That's a big discuss to get into but my rule of thumb is Business/Domain logic is in CFCs and UI/presentation logic is in custom tags.
Adam On Fri, Apr 24, 2009 at 7:28 PM, Alan Holden <[email protected]> wrote: > > No discussion of custom tag alternates would be complete without a > mention of user defined functions; cfcomponent and cffunction. > > I thought I read some pro or pundit postulating that the use of these > (in typical object oriented fashion) would eventually render custom tags > and cfmodule obsolete. > > That was just after CF6, when I would read this stuff in something we > used to call a "magazine". > > Alan K. Holden > > Adam Haskell wrote: > > As far as I know this is not in the engine at this point in time, you > > consider creating a ticket for this. Probably could make it in there > > in short order after this release though. An alternative to this that > > works in all engines (AFAIK) is placing your customtags as siblings to > > the calling CFML template. Additionally you could just use cfmodule to > > execute the customtag then it doesn;t matter what engine you use as > > that's a core tag, I think. > > > > Adam > > > > > > --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
