예제 #1
0
파일: User.php 프로젝트: hung5s/yap
 public function beforeValidate()
 {
     $this->email = strtolower($this->email);
     return parent::beforeValidate();
 }