thinkphp M方法获取最后执行的sql

D方法实例化的对象可以用

$result = M('User')->fetchSql(true)->find(1);

这样去获取

M方法使用如下

_sql()函数

例如:$dati->_sql();

此处评论已关闭