/**
  * Set field before validation check
  */
 public function beforeValidationOnCreate()
 {
     $this->date_logged = Utils::getCurrentDateTime();
 }
예제 #2
0
 public function beforeValidationOnUpdate()
 {
     $this->updated_at = Utils::getCurrentDateTime();
 }