CakePHP-MongoDB-DboSource update

I launched new web service using CakePHP and MongoDB. I had to add some functions to CakePHP-MongoDB DboSource, such as using MongoDB update operators, Groupby, Map/Reduce.

I’ve already pushed bunch of adding code to github. Please git pull and try it :)
https://github.com/ichikaway/cakephp-mongodb/

I also write some documents on Wiki of Github.
https://github.com/ichikaway/cakephp-mongodb/wiki/_pages

There are API documents in the repository.
https://github.com/ichikaway/cakephp-mongodb/tree/master/docs

Now I’m testing this DboSource with MongoDB1.6.5 and 1.8.1, pecl mongo1.1.4, CakePHP1.3

I start to work applying it to CakePHP2.0, it’s in the cake2.0 branch.
https://github.com/ichikaway/cakephp-mongodb/tree/cake2.0

One Response to “CakePHP-MongoDB-DboSource update”

  1. 白板博客 » CakePHP MongoDB DboSource update

    [...] MongoDB的CakePHP DBO 特殊操作,重要。 转自:http://cake.eizoku.com/blog/2011/04/22/cakephp-mongodb-dbosource-update/ [...]

Leave a Reply