How to get the Last Inserted ID in Table in Cakephp? Here, ModelName is your table model name. Just Call this after the Insert SQL in the Cakephp. $last_inserted_id=$this->ModelName->getLastInsertId() Read more
No comments:
Post a Comment