I have enabled APP_DEBUPG and APP_TRACE in the configuration file and cannot track SQL statement output. How should I configure it?
Add the following configuration in the configuration file
// Apply debugging mode In the lower right corner of the page There is an icon. Click it. There is a sql inside it
M()->getLastSql(); Try this.
Add the following configuration in the configuration file
// Apply debugging mode
In the lower right corner of the page There is an icon. Click it. There is a sql inside it
M()->getLastSql(); Try this.