- Improved doQuery
commitf81947e2cc63c3f263892789e372e33889497c41
authorCésar D. Rodas <crodas@php.net>
Tue, 25 May 2010 00:01:32 +0000 (24 20:01 -0400)
committerCésar D. Rodas <crodas@php.net>
Tue, 25 May 2010 00:01:32 +0000 (24 20:01 -0400)
treebfa719379b7c5fa32edeec7f5c36572f1691c47e
parent0613c76198433568816d65faac84628fa1dacc77
- Improved doQuery
    - Added ability to disable query cache, but if the query should be cached it would override the cache with new results
    - Removed $this->_query['query'], using $this->_query instead
- Improved CacheDriver, added setMulti and getMulti which implements multiple calls to get() and set() by default.
lib/ActiveMongo.php
lib/Cache.php
lib/Exceptions.php
tests/CacheTest.php
tests/QueryTest.php