gpt4 book ai didi

php - 在同一时刻将 id(自动递增)插入到其他表中

转载 作者:行者123 更新时间:2023-11-29 05:18:54 25 4
gpt4 key购买 nike

我有 2 个表:

客户表:

--------------------------------------
id_client | name_client | email_client
--------------------------------------

技能表:

--------------------------------------
id_skill | client | number
--------------------------------------

我使用 CodeIgniter,我有一个添加新客户端的 Controller 。我有一个包含输入表单的表单,但是在client表中,id_clientauto increment,我想插入id_client 值同时写入 skill table 中的 client 列(controller)。所以我有两个模型 $this->m_admin->save_client($clientdata);$this->m_admin->save_skill($skilldata);

你能帮我吗,如何在同一时刻将自增id插入到其他表中?

最佳答案

已解决,我使用 $this->db->insert_id() 自动递增获取最后一个 ID。首先运行主查询,然后运行第二个查询(需要第一个查询 ID 的查询)。有关 Codeigniter 用户指南中的更多信息 https://ellislab.com/codeigniter/user-guide/database/helpers.html

关于php - 在同一时刻将 id(自动递增)插入到其他表中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28821253/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com