CakePHPを今から始める方は参考にどうぞ。
サイト内検索
getLastInsertIDでIDを取得できます。
if($this->Model->save($data)){ $last_id = $this->Model->getLastInsertID(); }