Outputting content from within a method
Tuesday, December 12th, 2006Normally I’m with the crowd who says “don’t output content or use <cfinclude> from within a function”. Like a lot of people I would much rather return whatever value I need to the calling page/function, so that I then have a choice with what I want to do with it.
Still, the other day I found [...]