我想圖像與名字相關聯,姓氏......我怎麼能檢索最後羅萬德用它插入到另一個表?我嘗試$image = $mysqli->insert_id;然後綁定,但它不起作用。有人可以幫我嗎? $image = $mysqli->insert_id;//this should come from table2
$stmt = $mysqli->prepare("
insert into tabl
我是zf2中的新人。我做了一個創建動作,並希望獲得最後插入的id,但calender_id始終等於零。我如何獲得創建操作中的最後一個插入ID? 這裏是我的代碼: public function createAction()
{
if ($this->zfcUserAuthentication()->hasIdentity())
{
$form = n