コード例 #1
0
ファイル: Application.php プロジェクト: cnglobal-sl/caterez
 /**
  * Initialize application
  *
  * @return null
  */
 protected function _construct()
 {
     $this->_init('xmlconnect/application');
     $this->_configModel = Mage::getModel('xmlconnect/configData');
     $this->_configModel->setDeleteOnUpdate($this->getDeleteOnUpdateConfig());
 }
コード例 #2
0
ファイル: Application.php プロジェクト: natxetee/magento2
 /**
  * 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());
 }