Example #1
0
File: User.php Project: hung5s/yap
 public function beforeValidate()
 {
     $this->email = strtolower($this->email);
     return parent::beforeValidate();
 }