服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > php教程 > magento教程 >

Magento输出SQL语句用于调试

时间:2016-10-18 21:32来源:未知 作者:最模板 点击:
Magento输出SQL语句用于调试,打开/lib/Varien/Db/Adapter/Pdo/Mysql.php 大约在45行 protected $_debug = false; 修改为 protected $_debug = true; 看该类的一个变量 [_debugFile:protected] = var/debug/sql.txt 随便运行Mage
Magento输出SQL语句用于调试,打开/lib/Varien/Db/Adapter/Pdo/Mysql.php 
大约在45行 
 
protected $_debug  = false;  
 
修改为 
 
protected $_debug = true;  
 
 
看该类的一个变量 
 
[_debugFile:protected] => var/debug/sql.txt  
 
 
随便运行Magento的一个页面,打开var/debug/sql.txt看输出
 
(责任编辑:最模板)
顶一下
(0)
0%
踩一下
(0)
0%
------分隔线----------------------------