$condition = array($pk=>array('in',explode(',',$id)));//???

$this->model->where($condition)->delete()

//DELETE FROM `user` WHERE `id` IN ('116','115','113')

怎样理解??

最新文章

  1. Google开源库-Volley的使用
  2. KMP(fail数组应用) LA 3026 Period
  3. git使用流程
  4. NPOI生成单元格(列)下拉框
  5. UVA 11573 Ocean Currents --BFS+优先队列
  6. debug实战:进程Hang+High CPU
  7. PowerDesigner(二)-项目和框架矩阵(转)
  8. 文件尾存在EOF吗?
  9. php curl抓取远程页面内容的代码
  10. OSG中的几何体
  11. CSS3秘笈复习:第八章
  12. vue-cli脚手架npm相关文件解读(2)webpack.prod.conf.js
  13. shell 备份脚本
  14. des加密破解
  15. Linux下稀疏文件的存储方式
  16. Android调用系统的打电话和发短信界面(1.将消息内容带过去2.实现群发)
  17. Swift3 颜色转换成图片Image
  18. 心电图html js控件
  19. win7 +v Ubuntu 16.04 grub rescue 模式下修复 grub
  20. 前端工程化 - npm

热门文章

  1. CVTRES : fatal error CVT1100 , fatal error LNK1123:
  2. Python的正则表达式笔记
  3. linux 中的斜杠 ‘/’ ‘\’ 的区别 - 服务器是LINUX的注意了, 和windows 的不一样哦!
  4. python 安装mysql-python模块
  5. JS-页面操作
  6. 1920.154s 0.309s 30817
  7. c语言中的指针问题
  8. [转]线性插值&双线性插值&三线性插值
  9. jQuery 中 attr() 和 prop() 方法的区别
  10. [Android Tips] 14. Using Proguard with Android without obfuscation