问题描述
$query = new ArangoStatement($db,[
'query' => 'INSERT @tweet IN tweets RETURN NEW','bindVars' =>[
'tweet' => $tweet
]
]);
$res = $query->execute();
// get the id back somehow?
没有为这个简单的任务找到任何在线解决方案,而且由于运行了$ query-> getAll,我看不到有办法恢复它
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)