garou

Results 1 comments of garou

`code` $productModelCollects = ProductModel ::where ( function($query) use ($prefix) { foreach( $prefix as $i => $v ) { $query->orWhere("prod_name", "like", "{$v}%"); } } ) ->whereIn("prod_id", ["1"]) ->get(); `error` Illuminate\Database\QueryException SQLSTATE[HY000]:...