Post->habtmAdd('Tag', 1, 1); // add multiple associations in a single call $this->Post->habtmAdd('Tag', 1, array(1, 2, 3)); ?>