You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it would be very usefull to be able to pass every type of data, especially integers and entities lists.
We could for exemple replace Doctrine\Bundle\FixturesBundle\Fixture::addReference/implement a new method accepting any kind of data.
What do you think about that?
Best regards,
Zzortell
The text was updated successfully, but these errors were encountered:
Hello!
Here is my use case: I want to pass a list of references from AFixture to BFixture.
For now I'm forced to make a loop:
Thus, I made a loop too for recovering the data:
There is one problem: I have no mean to get
$nbOfRegisteredSkills
, as I can't pass integer.For now, I'm using a global variable:
So it would be very usefull to be able to pass every type of data, especially integers and entities lists.
We could for exemple replace
Doctrine\Bundle\FixturesBundle\Fixture::addReference
/implement a new method accepting any kind of data.What do you think about that?
Best regards,
Zzortell
The text was updated successfully, but these errors were encountered: