コード例 #1
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;
 }