Why cache all the rows of a search when u can cache the Id's only and get
100%
better performance (money back guarantee). 4 instance if u r search
results
give 1000 records, typical pagination system will cache the 1000 rows *
the
number of fields. now that bogs the server down. why not cache the Ids of
the
1000 rows which will incrementally display the pages. Now just wonna share
this
with anyone interested and have a version of php.
I got this pagination from Javier Julio (easycfm) and improved it. Just
email
me @[EMAIL PROTECTED]
mjahkoh@[EMAIL PROTECTED]
with the title Coldfusion Pagination
Mjahkoh