作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我将 CodeIgniter 与 Rumbelow 的 My_Model 一起使用: https://github.com/jamierumbelow/codeigniter-base-model
我想查看执行的更新查询,这是我的代码:
$this->user_model->update(1,['username'=>'user']);
var_dump($this->db->last_query());
但是第二行总是返回 false。
最佳答案
请在数据库配置中打开Db调试,并将index.php
中的项目环境切换为development
application/config/database.php
$db['test']['db_debug'] = TRUE;
这可能有帮助:)
关于php - last_query() 在 Rumbelow 的 CodeIgniter 的 My_Model 中返回 false,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51334337/
我在数据库 City 和 State 中有 2 个表。 City表有一个外键state_id。 数据库看起来像这样: City ----- id city_name state_i
我已经集成了 Jamie Rumbelow My Model,用于使用来自 github 的 codeigniter 进行事件记录查询 - https://github.com/jamierumbel
我将 CodeIgniter 与 Rumbelow 的 My_Model 一起使用: https://github.com/jamierumbelow/codeigniter-base-model 我
我是一名优秀的程序员,十分优秀!