예제 #1
0
파일: Link.php 프로젝트: radicaldesigns/amp
 function _afterSave()
 {
     $reltype = $this->getData('reltype');
     $this->_removeRelatedLinks();
     $this->_saveRelatedLinks($reltype);
     parent::_afterSave();
 }
예제 #2
0
 function _afterSave()
 {
     $this->_renewPermissions();
     $this->_updateSections();
     AMP_permission_update();
     parent::_afterSave();
 }
예제 #3
0
 function _afterSave()
 {
     $this->_updateTemplates();
     $this->_updatePHPlistConfig();
     $this->_updatePunbbConfig();
     $this->_save_custom_config();
     $this->_clearCached();
     parent::_afterSave();
 }
예제 #4
0
 function _afterSave()
 {
     $this->update_routes();
     parent::_afterSave();
 }
예제 #5
0
 function _afterSave()
 {
     $this->_updateFormRef('AMPSchedule');
     $this->_updateFormRef('AMPAppointment');
     parent::_afterSave();
 }
예제 #6
0
 function _afterSave()
 {
     if ($this->_save_with_callbacks) {
         $this->_save_aliases();
         $this->_save_route_slug();
         $this->_save_sections_related();
         $this->_save_tags();
     }
     parent::_afterSave();
 }
예제 #7
0
 function _afterSave()
 {
     $this->_save_custom_config();
     $this->_save_route_slug();
     parent::_afterSave();
 }
예제 #8
0
 function _afterSave()
 {
     $data = $this->getData();
     parent::_afterSave();
 }
예제 #9
0
파일: User.php 프로젝트: radicaldesigns/amp
 function _afterSave()
 {
     AMP_permission_update();
     parent::_afterSave();
 }
예제 #10
0
 function _afterSave()
 {
     $this->_renewPermissions();
     parent::_afterSave();
 }
예제 #11
0
 function _afterSave()
 {
     $this->_saveLocations();
     parent::_afterSave();
 }