Ejemplo n.º 1
0
 public function beforeValidate()
 {
     if (strlen($this->ip) > 0 and $this->address == '') {
         $this->address = gethostbyaddr($this->ip);
     }
     return parent::beforeValidate();
 }