CFML-in-100-minutes
CFML-in-100-minutes copied to clipboard
cfquery loop
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.
I can take care of this.
k. i think in your commit just add #12 (pound sign and ticket number) then github issues will match the commit to the task.
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.
Seems like below query by cfquery looping. reading the ticket seems this is specific to queries.
Ah, I found it, at the tail end of #6.
Hmm seems like that section is missing cfoutput of a query also.
Maybe that section should be like this
Looping Through Results
blah
CFOutput
blah, blah
CFLoop
blah, blah
You got it.