Name |
Description |
ActiveFixture |
ActiveFixture represents a fixture backed up by a [[modelClass|MongoDB ActiveRecord class]] or a [[collectionName|MongoDB collection]]. |
ActiveQuery |
ActiveQuery represents a Mongo query associated with an Active Record class. |
ActiveRecord |
ActiveRecord is the base class for classes representing Mongo documents in terms of objects. |
BatchQueryResult |
BatchQueryResult represents a batch query from which you can retrieve data in batches. |
Cache |
Cache implements a cache application component by storing cached data in a MongoDB. |
Collection |
Collection represents the Mongo collection information. |
Command |
Command represents MongoDB statement such as command or query. |
Connection |
Connection represents a connection to a MongoDb server. |
Database |
Database represents the Mongo database information. |
Migration |
Migration is the base class for representing a MongoDB migration. |
Query |
Query represents Mongo "find" operation. |
QueryBuilder |
QueryBuilder builds a MongoDB command statements. |
Session |
Session extends [[\yii\web\Session]] by using MongoDB as session data storage. |