2725 search results for Doctrine

Upon further investigation it looks like Symfony is trying to serialize all the Doctrine Objects passed to the mail via 'context' and though I haven't found the closure yet, it is probably somewhere inside those ...
@weaverryan, I have also a more "theoretical" question, hopefully you know the answer. As we can see in the doc : https://api-platform.com/docs/core/events/#the-event-system Doctrine Event system is not GraphQL ...
... Hi! I'm trying to use one of the default repository methods to sort some data alphabetically, my problem is that Å and Ä get interpreted as A, and Ö gets interpreted as O when doctrine is sorting. The letters Å, Ä and ...
MattWelander
MattWelander
Read Full Comment
Hi @Vladimir, you are right that 'user' is a reserved word in postgresql and several other sql standards but I have used the class User exactly like the tutorials (there is no use of 'users' in the class). Doctrine ...
Hey Miky! You absolutely *can* choose to do this. But it's not SO easy (there is not one simply function you can call to re-use the paginator). In API Platform, they actually use the core Doctrine paginator. This is ...
weaverryan
weaverryan
Read Full Comment
Hey John christensen! Hmm. That *is* interesting. The class behind the cached annotations is this class - specifically this function - https://github.com/doctrine/annotations/blob ...
weaverryan
weaverryan
Read Full Comment
... \DoctrineParamConverter::__construct(): Argument #1 ($registry) must be of type ?Doctrine\Common\Persistence\ManagerRegistry, Doctrine\Bundle\DoctrineBundle\Registry given` Seems like just another B/C break in doctrine ...
Hey @Jean-Nicolas Lagneau! Hmm. No, there should be no difference when it comes to Doctrine event and GraphQL. But REST and GraphQL modify objects and then save them via Doctrine. And this should trigger the PrePersist ...
weaverryan
weaverryan
Read Full Comment
Hey Dan! Hmm, so that *is* weird. So here's what happened. When a newer version of PHP came out, it "broke" how Doctrine unserializes objects (it unserializes objects in order to "instantiate" them when you query for ...
weaverryan
weaverryan
Read Full Comment
Hey Dung, Ah, you would need to upgrade to 3.3.0 at least I think, I see it allows doctrine/doctrine-bundle v2.0 which in turn allow Symfony 5 packages, see here: https ...
... load the configuration for "doctrine" (in C:\xampp\htdocs\sf4\certificaten\config\pac !! kages/doctrine.yaml). Looked for namespace "doctrine", found "framework", "web_server", "sensio_framework_extra", " !! twig ...
Michel K.
Michel K.
Read Full Comment
I thought there was already a "Doctrine & the Database Tutorial". Is it an update ? ...
how do i do that :) ? you don't have complex tutorials with doctrine :( ...
cybernet2u
cybernet2u
Read Full Comment
Duplicate of: https://knpuniversity.com/screencast/doctrine-queries/and-where-or-where#comment-3757425679 ...
Duplicate of https://knpuniversity.com/screencast/doctrine-queries/and-where-or-where#comment-3757425679 ...
Hey there! New version is out of stof/doctrine-extensions-bundle. Release is 1.3.0 :) Cheers! ...
I already found =) https://knpuniversity.com/screencast/doctrine-queries/reusing-queries-query-builder ...
How could we use route=>model binding to get Doctrine Entity versions and not just ids? ...
adrianbadarau
adrianbadarau
Read Full Comment
... Hey Ryan, You're always the best. Thanks and I wait the doctrine manytomany ;)
DONT PANIC for old version and see https://knpuniversity.com/screencast/symfony-doctrine/fixtures-alice ...