Phalcon獲取最後插入ID lastInsertId

<?php $model = new model(); if($model -> create($data)) { $insertId = $model -> getWriteConnection() -> lastInsertId($model -> getSource()); } ?> 是的沒錯,就是如此的簡單!php 還能夠在簡單一點!web
相關文章
相關標籤/搜索