getLastInsertIDでIDを取得できます。

if($this->Model->save($data)){
    $last_id = $this->Model->getLastInsertID();
}


この記事をはてなブックマークする