Using magento outside magento
Tweet, share & co
tweet
•
fb share
•
g+ share
Tags
app • config • mage • store
Description
Using magento functions outside magento
Code
require_once 'app/Mage.php';
Mage::app($yourStoreCode);
echo Mage::getStoreConfig('general/store_information/name');