Pagination.cfc
A versatile ColdFusion pagination library
Pagination.cfc is the premier paging library for ColdFusion programmers. Anywhere that you plan to show large amounts of data to a user, consider paginating that data with this tool.
Some features of Pagination.cfc:
- Turns a large amount of data into a smaller paged set
 - Paginates query datasets, arrays or structs
 - Caches output for speedy delivery
 - Many options, very customizable
 - Overridable and extendable
 - Fully documented
 - Examples provided
 - Can output numbered lists
 - Can emulate popular sites (such as Google)
 - Drops in your current application easily
 
Resources (these are all provided with the download)