Friday, February 27, 2015

Re: Validate a multiple select in cakephp 3.0

I see cakephp 3.0 has same multiple select validation but I am getting error Array to string conversion

here is what I tried

->notEmpty('input_field', __('Please select option(s)'))
->add('input_field', [
'multiple'=>[
'rule'=>['multiple', ['min'=>1]],
'message'=>'Please select option'
]
])



On Friday, February 27, 2015 at 6:08:41 PM UTC+5:30, Cake Developer wrote:
Hello Experts,

We have multiple select validation in cakephp 2.x
public static function multiple($check, $options = array(), $caseInsensitive = false) {
......
}

any idea what is equivalent validation in cakephp 3.0 ?

Thanks

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: