读书人

MAGENTO调试时分关闭缓存

发布时间: 2013-11-23 10:52:51 作者: rapoo

MAGENTO调试时候,关闭缓存
$magento_bootstrap= '../app/Mage.php';require_once $magento_bootstrap;umask(0);Mage::run();Mage::app()->cleanCache();

?

?

?

读书人网 >编程

热点推荐