Exemplo n.º 1
0
 public function beforeSave()
 {
     if ($this->userManager() != null) {
         $this->i_account_manager = 1;
     } else {
         $this->i_account_manager = 0;
     }
     return parent::beforeSave();
 }