Beispiel #1
0
 public function _construct()
 {
     parent::_construct();
     $this->_init('info/feed');
 }
Beispiel #2
0
 /**
  * Init model, create helper instance
  *
  * @return void
  */
 public function _construct()
 {
     $this->_helper = Mage::helper('belvgall');
     parent::_construct();
 }