phpDataMapper_Query::orWhere PHP 메소드

orWhere() 공개 메소드

public orWhere ( array $conditions = [], $type = "AND" )
$conditions array
    public function orWhere(array $conditions = array(), $type = "AND")
    {
        return $this->where($conditions, $type, "OR");
    }