eg; I won't this $array = ['1','2']; //array $robots = Robots::find( [ 'letter IN ({letter:array})', 'bind' => [ 'letter' => $array ] ] );
because versions of the problem
I want this $array = ['1','2']; //array $robots = Robots::find( [ 'letter IN (:letter:)', 'bind' => [ 'letter' => implode(',', $array) ] ] );