标签: php magento-1.9
我想将本地magento 1.9文件夹中的模块加载到外部文件中。有什么建议吗?
<?php require_once '../app/Mage.php'; Mage::app(); //... ?>