gpt4 book ai didi

php - 如何检查是否从数组 $this->data ['tips' ] 中的数据库中成功检索数据?

转载 作者:行者123 更新时间:2023-12-04 20:17:29 27 4
gpt4 key购买 nike

如何在 codeigniter 框架中检查数据是否从数组 $this->data['tips'] 中的数据库中成功检索。我想检查这是 Controller 。

最佳答案

$result = $this->db->get('table')->result_array();

$result变量结果数组将被保存。
你可以查看 $result的长度大批。

关于php - 如何检查是否从数组 $this->data ['tips' ] 中的数据库中成功检索数据?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41264009/

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