コード例 #1
0
 /**
  * Get website collection with stores and store-views joined
  *
  * @return Mage_Core_Model_Resource_Website_Collection
  */
 public function getCollection()
 {
     return $this->_websiteCollection->joinGroupAndStore();
 }
コード例 #2
0
 /**
  * Join website and store names
  *
  * @return Mage_Core_Model_Resource_Db_Collection_Abstract|Mage_Core_Model_Resource_Website_Grid_Collection
  */
 protected function _initSelect()
 {
     parent::_initSelect();
     $this->joinGroupAndStore();
     return $this;
 }