Easy way to generate CakePHP HABTM joins for use in pagination.
Most CakePHP developers have come across the pagination of HABTM relationships, and trying to get those relationships to persist through the pagination.
In this post, I've managed to wrap a solution to this problem into a single, easy-to-use method that will hopefully helpful other developers in a similar situation to me.