首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

MAGENTO调试时分,关闭缓存

2013-11-23 
MAGENTO调试时候,关闭缓存$magento_bootstrap ../app/Mage.phprequire_once $magento_bootstrapumask

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

?

?

?

热点排行