Ejemplo n.º 1
0
 public function beforeValidate()
 {
     if (!$this->expires) {
         $this->expires = strtotime(Yii::$app->params['user']['reset_timeout']);
     }
     return parent::beforeValidate();
 }
Ejemplo n.º 2
0
 public function beforeValidate()
 {
     if (empty($this->stock)) {
         $this->stock = 0;
     }
     if (empty($this->featured)) {
         $this->featured = 0;
     }
     return parent::beforeValidate();
     // TODO: Change the autogenerated stub
 }