すまん、setしたって書いてるな・・。俺は↓のようにやってるよ。

$this->Model->set($this->data);
if ($this->Model->validates()) {
 $this->Model->save($this->data);
}