CFML-in-100-minutes icon indicating copy to clipboard operation
CFML-in-100-minutes copied to clipboard

cfquery loop

Open mhenke opened this issue 13 years ago • 8 comments

Need to review, and probably make more clear what's required during different types of query loops. Should also specify what you get if you reference query that's empty, or reference #rs.column# outside of any sort of loop.

mhenke avatar Apr 25 '11 19:04 mhenke

I can take care of this.

ntunney avatar Jan 17 '12 15:01 ntunney

k. i think in your commit just add #12 (pound sign and ticket number) then github issues will match the commit to the task.

mhenke avatar Jan 17 '12 15:01 mhenke

Just to be clear, you want this inside the Query heading around where you have cfoutput looping, correct? The alternative is to put it down in the Looping section.

ntunney avatar Jan 17 '12 18:01 ntunney

Seems like below query by cfquery looping. reading the ticket seems this is specific to queries.

mhenke avatar Jan 17 '12 18:01 mhenke

Ah, I found it, at the tail end of #6.

ntunney avatar Jan 17 '12 18:01 ntunney

Hmm seems like that section is missing cfoutput of a query also.

mhenke avatar Jan 17 '12 18:01 mhenke

Maybe that section should be like this

Looping Through Results

blah

CFOutput

blah, blah

CFLoop

blah, blah

mhenke avatar Jan 17 '12 18:01 mhenke

You got it.

ntunney avatar Jan 17 '12 19:01 ntunney