コード例 #1
0
ファイル: Form.php プロジェクト: BGCX262/zupal-svn-to-git
 public function save()
 {
     $logger = Zupal_Module_Manager::getInstance()->get('people')->logger();
     parent::save();
     $logger->info('Employee ' . $this->get_domain()->identity() . ' saved');
     $cache = Zupal_Bootstrap::$registry->cache;
     $cache->remove('employee_data');
 }
コード例 #2
0
 public function save()
 {
     parent::save();
     $this->_save_atom();
 }