Example #1
0
 /**
  * Initialize application
  *
  * @return null
  */
 protected function _construct()
 {
     $this->_init('xmlconnect/application');
     $this->_configModel = Mage::getModel('xmlconnect/configData');
     $this->_configModel->setDeleteOnUpdate($this->getDeleteOnUpdateConfig());
 }
Example #2
0
 /**
  * Initialize application
  *
  * @return null
  */
 protected function _construct()
 {
     $this->_init('Mage_XmlConnect_Model_Resource_Application');
     $this->_configModel = Mage::getModel('Mage_XmlConnect_Model_ConfigData');
     $this->_configModel->setDeleteOnUpdate($this->getDeleteOnUpdateConfig());
 }