- Added query abstraction (doQuery, limit, where, columns)
commit0c257eb4315ab1ab0f054c687624216c03ccd6cf
authorCésar D. Rodas <crodas@php.net>
Tue, 23 Mar 2010 17:14:07 +0000 (23 14:14 -0300)
committerCésar D. Rodas <crodas@php.net>
Tue, 23 Mar 2010 17:14:07 +0000 (23 14:14 -0300)
tree1dba5bd15fd9dca4d95902192e3882f38bc75628
parent9128ebfaede0f0043f68478ae46aedbbe5beffc7
- Added query abstraction (doQuery, limit, where, columns)
- Rewrote Blog model to use ActiveMongo's query abstraction instead of deal directly with Mongo
lib/ActiveMongo.php
samples/blog/App.php
samples/blog/Post.php