开发者

MongoDB and PHP frameworks

开发者 https://www.devze.com 2023-02-16 07:06 出处:网络
Apart from Lithium, Vork and F3 what other frameworks natively support mongodb? I\'ve seen the list on mongodb.org. Wanted to know if t开发者_开发技巧here were any newer ones they missed.

Apart from Lithium, Vork and F3 what other frameworks natively support mongodb?

I've seen the list on mongodb.org. Wanted to know if t开发者_开发技巧here were any newer ones they missed.

Thank you!


full list is on http://www.mongodb.org/display/DOCS/PHP+Libraries,+Frameworks,+and+Tools#


Here's a lightweight one that I've assembled. It's basically an object wrapper, something to easily map an object to a DB collection.

https://github.com/gatesvp/MongoModel

The docs are not quite there, but just take a look at the unit tests to get an idea for basic syntax.


ProdigyView has Mongo Support http://www.prodigyview.com/tutorials/slideshare/417/99

0

精彩评论

暂无评论...
验证码 换一张
取 消