When working with large recordsets sometimes the only feasible way to display the data is by splitting the results into several pages showing only a certain number of records on each page. That's where this tag comes in handy! Quickly and easily create page links that look like this:
This tag is a little more complex and is not intended for users that do not have an understanding of two dimenional arrays and structures.
Output Example:
« Previous - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - 10 - Next »
<cf_next query="getCompanies" startrow="#url.s#" rows="#url.r#" page="#url.p#" r_struct="results">
|