예제 #1
0
 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();
 }