Tagged in

Cakephp Habtm

Zen of Coding
Zen of Coding
holistic web development
More information
Followers
12
Elsewhere
More, on Medium

HABTM and JOIN trickery with CakePHP

Update (10/7/2009)… this functionality has been rolled into Habtamable behavior

An interesting question came up on IRC today…

If I have Post HABTM Tag, how do I select only Posts that have Tags “new” AND “cakephp”?


Notes on CakePHP HABTM (Part 2, saving data)

If you haven’t read part 1, where I cover some HABTM basics, you should probably take a look at that article as well.

Part 2. Saving data