thinkphp更新数据库的时候where('')为字符串

前端之家收集整理的这篇文章主要介绍了thinkphp更新数据库的时候where('')为字符串前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

<div class="cnblogs_code">

if($user->where('phone='.$phone)->save($dataList)){}
if($user->where(array('phone' =>$phone))->save($dataList)){}

thinkPHP更新数据库的时候where('')为字符串,要么为数组。为字符串要点连接

原文链接:https://www.f2er.com/thinkphp/67925.html

猜你在找的ThinkPHP相关文章