In CakePHP 2.10.3, print the already executed SQL statement flow in the controller
浏览量: 1 1. Edit \app\config\core.php, configure::write(debug, 2), as shown in Figure 1 2. Edit \App\View\Layouts\Base.ctp, <?php echo $this->element(sql_dump); ?>, as shown in Figure 2 3. After the GET request, print out the SQL statement...
Recent Comments