CAKE PHP Get ID of the record after the save action sugatshr 0 Comments December 20, 2011 if($this->ModelName->save($this->data)){ $id=$this->ModelName->id; echo $id;} Post Views: 405