PHP Mongolid Namespace

Nested Namespaces

Mongolid\Connection
Mongolid\Container
Mongolid\Cursor
Mongolid\DataMapper
Mongolid\Event
Mongolid\Exception
Mongolid\Model
Mongolid\Schema
Mongolid\Serializer
Mongolid\Util

Classes

Name Description
ActiveRecord The Mongolid\ActiveRecord base class will ensure to enable your entity to have methods to interact with the database. It means that 'save', 'insert', 'update', 'where', 'first' and 'all' are available within every instance.
ActiveRecordTest
ActiveRecordTest.ActiveRecordTest.
DynamicSchemaTest
Manager Wraps the Mongolid initialization. The main purpose of the Manager is to make it easy to use without any framework.
ManagerTest
SchemaTest