TP打印输出SQL语句
Posted 在斑马线上散布
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TP打印输出SQL语句相关的知识,希望对你有一定的参考价值。
模型 -> getLastSql();
//TP打印SQL语句 $data = $this->field($field)->where($condition)->select();
echo $this->getLastSql();//输出 SELECT `id`,`title`,materialUrl as outerUrl,image as img,`type`,`sort`,`status`,`source` FROM `ims_push` WHERE `type` = 2
return $data ? $data->toArray() : [];
以上是关于TP打印输出SQL语句的主要内容,如果未能解决你的问题,请参考以下文章
TP5报如下的错误 Indirect modification of overloaded element of thinkpaginatorCollection has no effect(代码片段
SpringBoot JPA打印JPA执行的SQL语句与参数Springboot JPA日志输出打印SQL语句和传入的参数 高阶篇