thinkphp 查看sql语句

来源:互联网 发布:时时彩统计软件 编辑:程序博客网 时间:2024/04/29 07:15
$User = M("User"); // 实例化User对象
$User->find(1);
echo $User->getLastSql();
0 0
原创粉丝点击