Pagination Tags

Unfortunately there are bucket-loads of legacy pagination tags floating around in the code base -- many of which we cannot remove for legacy/backward compatibility reasons. But developers need to be absolutely certain they're not using the old and busted tags.

Basically there is only **one** tag: ./core/tags/webskin/pagination.cfm

If you are using anything else this is bad and should be changed immediately. The new tag is easy to implement and very powerful. Everything else is DEPRECATED and will be removed at some point.

Sample code for implementing a paginated listing;

https://gist.github.com/216506

Please adjust your code accordingly.

2098 views and 0 responses