Geoffrey Garbers Thoughts on everything from PHP to photography

You are currently viewing the post archives for the "HABTM" tag. All the posts below have been assigned this tag for easy reference.

Easy way to generate CakePHP HABTM joins for use in pagination.

Posted 3 weeks ago.

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.
End