Working with MongoDB on Yii Framework
We use MongoDb as our database engine. Currently, there is no component for MongoDb yet in Yii Framework. We use Yii Framework as our PHP framework to build the RServe app. So we write our own component for MongoDb in Yii Framework.
Finally, our MongoDb component for Yii Framework has done yesterday. And we start to use it for RServe. It’s just a basic ORM to wrap MongoDb collection in to a basic model which use in MVC pattern. We will update it soon and share it to Yii Framework community.