$stores = Mage::getModel('core/store')->getCollection();
foreach( $stores as $store ){
$url = Mage::getModel('core/url') ->setStore($store)->getUrl('');
echo $url."\n";
}
About Magento, Linux, Jquery, PHP ... and other!
$stores = Mage::getModel('core/store')->getCollection();
foreach( $stores as $store ){
$url = Mage::getModel('core/url') ->setStore($store)->getUrl('');
echo $url."\n";
}
No comments:
Post a Comment