What SQL-Statement creates yii?

Comparing #1 with #4

Tags

Logging,XDebug,sql

Content

[...]
These all is not necessary if you use XDebug and place a breakpoint after the function "getCommandBuilder" in the CActiveRecord.php and take a closer look at the return value in $command.

This database access is created in yii:

<img src="https://ncpup.files.wordpress.com/2018/07/yii-sql1
1.png?w=474" /> This code is called by the yii framework <img src="https://ncpup.files.wordpress.com/2018/07/yii-sql21.png?w=474" /> getCommandBuilder returns this data structure with the generated SQL statement: <img src="https://ncpup.files.wordpress.com/2018/07/yii-sql32.png?w=474" />
 
 
 
**Path to CActiveRecord.php**
 
 
C:\xampp\htdocs\your_project\yii\framework\db\ar\CActiveRecord.php