コード例 #1
0
ファイル: Sociallinks.php プロジェクト: drunkvegas/done
 protected function _construct()
 {
     parent::_construct();
 }
コード例 #2
0
 /**
  * Initialize category model
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_categoryResource = Mage::getResourceSingleton('catalog/category');
 }