示例#1
0
 protected function _construct()
 {
     parent::_construct();
 }
 /**
  * Initialize category model
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_categoryResource = Mage::getResourceSingleton('catalog/category');
 }