Ejemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function rules()
 {
     return array_merge(parent::rules(), [[['nmProduct'], 'required'], [['nmProduct'], 'in', 'range' => Product::find()->select('name')->column()]]);
 }