2725 search results for Doctrine

After we define $plainPassword, then we can never migrate this class without Doctrine adding a plainpassword column to our User table? ...
Moises Cano
Moises Cano
Read Full Comment
Hi Ryan, A) I do have the long proxy class: EntityManager597857be7d816_546a8d27f194334ee012bfe64f629947b07e4919\__CG__\Doctrine\ORM\EntityManager B) I do have JMSDIExtraBundle Thanks ...
Igor Weigel
Igor Weigel
Read Full Comment
Hey Giorgio, Could you show us the line 20 in your "genus/list.html.twig" template? And the code where you use those Doctrine Criteria which caused this error? Cheers! ...
This tutorial really opened up the world of annotations for me. But, should I worry about caching? Does the doctrine annotation reader automatically cache the annotations for me? ...
thing that confused me, is i never meet a call like that to update a field... :( even i watched "go pro with doctrine" ...
Hi, how to you get code completion and color syntaxing on javascript in your twig template ? Thanks By the way this lesson about doctrine relationship is amazing ...
Do you plan to make an lessons on Doctrine 2(a project which uses pagination) ? How do you use it from plain PHP. Thank you ! ...
Hey Johan, Use the same Symfony plugin for PhpStorm - it should help with it a bit, at least it helps with doctrine query builders. Cheers! ...
we know :) - but probably most people won't. I did "sneak in" one use of "genera" in the fixtures like :) http://knpuniversity.com/screencast/symfony-doctrine/alice-faker-function ...
weaverryan
weaverryan
Read Full Comment
Hi, I have a small interrogation. In a rest world, what is the best between embed the relation with Hatoeos or Expose the doctrine relation ? Thanks in advance. ...
Chuck norris
Chuck norris
Read Full Comment
For anyone else reading (and future myself): here's the lesson where Ryan talks about it: https://symfonycasts.com/screencast/doctrine-queries/criteria ...
Yeah, but in this case you will get a doctrine deprecation message. Moreover, without these lines you will get an error as it said above. ...
Yes, you can use a paginator, or Doctriner's iterator https://www.doctrine-project.org/projects/doctrine-orm/en/3.1/reference/batch-processing.html Cheers! ...
MolloKhan
MolloKhan
Read Full Comment
... beberlei/doctrineextensions maybe is excellent,but still not kown how to make own Doctrine functions。Have a chance to teach us create own function?
Hi, i noticed that, if you in ApiResource set paginationEnabled: false, you don't have object ApiPlatform\Doctrine\Orm\Paginator, but array. [video time: 3:28] ...
Thank you Victor! I would like to ask 1 last question. What is the content of the paid course ? Like in free we have doctrine fundamentals etc.. ...
Vasileios-V
Vasileios-V
Read Full Comment
Hello @Maestro, What exact command fails? That error is ok for upgrade process you just need to upgrade `doctrine/migrations` too Cheers! ...
Hey |mention:53117| Yea, you can store your failed messages in RabbitMq as well but we kept using Doctrine just for simplicity reasons. Cheers! ...
MolloKhan
MolloKhan
Read Full Comment
Hey Sahetmyrat, Awesome! :) Yeah, Doctrine operates objects because it's ORM, so you need to pass the whole object to it instead of just an ID Cheers! ...
Hey, That is strange.. Probably you are trying to pass pretty old course on newer Doctrine version. For fast fixing use `json` type instead of `json_array` Cheers! ...