<?php $sets = Example::find([ "id IN ({id:array})", "bind" => ["id" => [1, 2, 3]] ]); foreach($sets as $set) { ... }