CFML 101 - Grouping arrays for column presentation
This is an idea I got from a Ruby on Rails extension called in_groups_of.
Basically the idea behind this method, is to be able to get an array of any size, and split it up in groups of arrays with smaller sizes.
One application that keeps coming back over and over again, is the ability to display tabular data in columns instead of rows.
Imagine the following array as an example:
comments - Posted by Marcos Placona at 3:00 PM - Categories: ColdFusion | CFML - 101



