Paginate
CakePHP 1.2 Paginate associated model
Ok this took a while for me to figure out. But it is possible to override the default pagination function in CakePHP so you paginate a different model, i paginated all related articles on a tag with this example.
Read more...