Example #1
0
 protected function validate()
 {
     if (count($this->errors) == 0) {
         parent::validate();
     }
 }