예제 #1
0
파일: Feed.php 프로젝트: lynxtdc/aromaworks
 public function _construct()
 {
     parent::_construct();
     $this->_init('info/feed');
 }
예제 #2
0
 /**
  * Init model, create helper instance
  *
  * @return void
  */
 public function _construct()
 {
     $this->_helper = Mage::helper('belvgall');
     parent::_construct();
 }