catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.83k stars 1.15k forks source link

queryString #1053

Closed flakka2022 closed 2 years ago

flakka2022 commented 2 years ago

Information

Describe the Problem there is no way to get queryString before execute and do that out of testMode ? if its how possible ? Detail Code The detail code you are using causes the problem.

// Write your PHP code here

Expected output return query string out of testMode and before execution .

catfan commented 2 years ago

Use debug() or beginDebug().

https://medoo.in/api/debug