コード例 #1
0
ファイル: App.php プロジェクト: arslbbt/mangentovies
 protected function _getDefaultStore()
 {
     if (empty($this->_store)) {
         $this->_store = new Mage_Core_Model_Store();
         $this->_store->setStoreId(1)->setCode('default');
     }
     return $this->_store;
 }