public function orWhereIn($column, array $value) { return $this->where($column, array('$in' => array_values($value)), '$or'); }