任何人都可以请提供驱动程序配置的一个例子,用于读取在应用/ src目录/应用/文档文件注释/ ....创造了这个,但仍学说模块ODM:模式:CREATE说,所有集合创建的,但没有收集在我D b
<?php
return array(
'doctrine' => array(
'connection' => array(
'odm_default' => array(
'server' => 'localhost',
'port' => '27017',
// 'user' => null,
// 'password' => null,
'dbname' => 'yehja',
// 'options' => array()
),
),
'configuration' => array(
'odm_default' => array(
// 'metadata_cache' => 'array',
//
// 'driver' => 'odm_default',
//
// 'generate_proxies' => true,
// 'proxy_dir' => 'data',
// 'proxy_namespace' => 'DoctrineMongoODMModule\Proxy',
//
// 'generate_hydrators' => true,
// 'hydrator_dir' => 'data',
// 'hydrator_namespace' => 'DoctrineMongoODMModule\Hydrator',
//
// 'default_db' => null,
//
// 'filters' => array() // array('filterName' => 'BSON\Filter\Class')
)
// / // ),
// 'driver' => array(
// 'odm_default' => array(
// // 'drivers' => array('Appl
// )
),
'driver' => array(
'class' => 'Doctrine\ODM\MongoDB\Mapping\Driver\AnnotationDriver',
'namespace' => 'Application\Document',
'paths' => array('module/Application/src/Application/Document'),
),
'documentmanager' => array(
'odm_default' => array(
// 'connection' => 'odm_default',
// 'configuration' => 'odm_default',
// 'eventmanager' => 'odm_default'
)
),
'eventmanager' => array(
'odm_default' => array(
'subscribers' => array()
)
),
),
);```
使用即时通讯模块- > https://github.com/doctrine/DoctrineMongoODMModule