Granada\ORM::_add_where PHP Method

_add_where() protected method

Internal method to add a WHERE condition to the query
protected _add_where ( $fragment, $values = [] )
    protected function _add_where($fragment, $values = array())
    {
        return $this->_add_condition('where', $fragment, $values);
    }
ORM