-
Hi Stephpy
I'm not sure that problem is my misunderstand or not
my problem
1) create
$actionManager = $this->get('spy_timeline.action_manager');
$subject = $actionManager->find…
-
Hi,
I need to define both loaders (ODM and ORM) in same Symfony project, but configuration supports only one. Can you help me?
-
I'm using FOSUserBundle and MongoDB. Now I try to integrate FOSOAuthserverBundle.
I'm using this article http://blog.tankist.de/blog/2013/07/17/oauth2-explained-part-2-setting-up-oauth2-with-symfony2…
-
Bundle saves and searches documents with the type field which equals to the document class name, for example "Acme.DemoBundle.CouchDocument.Settings".
Is there any way to set custom "type", for examp…
-
Hello, I have set two entity manager in my app to access to 2 different databases. It works well for Entity generation from db. But in the ApiDoc, when I want to call one of my CRUD requests, I've got…
qeude updated
9 months ago
-
### Feature Request
| Q | A
|------------ | ------
| New Feature | no
| RFC | no
| BC Break | no
#### Summary
The index section in the docs does not contain any…
-
| Q | A
|------------ | ------
| New Feature | yes
| RFC | no
| BC Break | no
The query builder should allow queries like
```
->field('memberships.organization')->ref…
-
Hello.
I followed the installation instruction and I'm stuck at the schema generation.
Here is my client:
``` php
namespace OAuthServerBundle\Document;
use FOS\OAuthServerBundle\Document\Client as…
-
This was raised by @blockjon and @daniphp (https://github.com/doctrine/mongodb-odm/pull/1096#issuecomment-143741431) - I agree that this could be done, `atomicSetArray` was chosen to keep collections …
-
`ReferenceRepository` depends on `ObjectManager` interface:
https://github.com/doctrine/data-fixtures/blob/4892c74dd04a3ec7404b9586272d722325905c58/src/ReferenceRepository.php#L67
But futher in co…