Example #1
0
    public function commit(array $changes)
    {
        $query = new Query($this->_callChain);

        $this->_cache->populate($query->commit($changes));      // keep all SQL in the Query class

        return $this;
    }