当前位置: 首页 > 工具软件 > TP-COUPON > 使用案例 >

tp3.2 分析打印查询sql语句

那开济
2023-12-01
  1. $res_exi = u s e r c o u p o n − > f e t c h S q l ( ) − > w h e r e ( ′ u s e r i d = " ′ . user_coupon->fetchSql()->where('user_id="'. usercoupon>fetchSql()>where(userid=".user_id.’" AND coupon_id="’.$id.’" ')->find();

  2. u s e r − > g e t L a s t S q l ( ) ; 或 user->getLastSql(); 或 user>getLastSql();user->_sql();

  3. 配置中数据库开启调试模式

‘DB_DEBUG’ => true, //开启调试模式 记录SQL日志,Runtime/Logs查看日志记录

  1. M()->_sql();
 类似资料: