Questions tagged as 'fixtures'

0
answers

Creating Your Own Provider Mixer and Django

I have seen that in the mixer there are several ready-made providers link link But there is no provider for 'products'. I wanted to create a provider for 'products', hence I saw in How to create a Provider link you can creat...
asked by 20.10.2015 / 20:43
1
answer

How to use DataFixtureLoader

I'm relying on this tutorial , but I have the Country and State classes. I'm trying to import the data using the command: php console doctrine:fixtures:load When I run it works for CountryLoader , it loads the data and stores it in the da...
asked by 07.04.2015 / 19:00