MAGENTO调试时候,关闭缓存
$magento_bootstrap= '../app/Mage.php';require_once $magento_bootstrap;umask(0);Mage::run();Mage::app()->cleanCache();
?
?
?
发布时间: 2013-11-23 10:52:51 作者: rapoo
MAGENTO调试时候,关闭缓存
$magento_bootstrap= '../app/Mage.php';require_once $magento_bootstrap;umask(0);Mage::run();Mage::app()->cleanCache();
?
?
?