标签:thinkphp-使用闭包函数
$userList = Db::select(function($query){ $query->table(‘think_user‘)->where(‘status‘,1); }); print_r($userList);
本文出自 “素颜” 博客,请务必保留此出处http://suyanzhu.blog.51cto.com/8050189/1896671
thinkphp-使用闭包函数
原文地址:http://suyanzhu.blog.51cto.com/8050189/1896671