For simulate relationship Many-to-One and Many-to-Many, a simplified alternative (Types of selective fields with dynamic addition of elements) is used.
Follow the link Install MongoDB.
( all parameters are optional )
| Parameter: | Default: | Description: | | :------------------ | :----------- | :--------------------------------------------------------------------------------------------------- | | dbquerydocslimit | 1000 | limiting query results. | | isadddoc | true | Create documents in the database. false - Alternatively, use it to validate data from web forms. | | isupdoc | true | Update documents in the database. | | isdeldoc | true | Delete documents from the database. | | ignorefields | empty string | Fields that are not included in the database (separated by commas). | | isuseaddvalid | false | Allows additional validation - impl AdditionalValidation for ModelName. | | isuse_hooks | false | Allows hooks methods - impl Hooks for ModelName. |
See documentation -fields.