-
- Downloads
Initial entities
Reverse mapping the basic sql db to autogenerate the entities
Showing
- .gitignore 45 additions, 0 deletions.gitignore
- .idea/CNinno2k16.iml 30 additions, 0 deletions.idea/CNinno2k16.iml
- .idea/modules.xml 8 additions, 0 deletions.idea/modules.xml
- .idea/vcs.xml 6 additions, 0 deletions.idea/vcs.xml
- .idea/workspace.xml 3592 additions, 0 deletions.idea/workspace.xml
- app/config/config.yml 14 additions, 2 deletionsapp/config/config.yml
- app/config/parameters.yml 1 addition, 1 deletionapp/config/parameters.yml
- composer.json 10 additions, 2 deletionscomposer.json
- composer.lock 153 additions, 104 deletionscomposer.lock
- src/AppBundle/Entity/Album.php 162 additions, 0 deletionssrc/AppBundle/Entity/Album.php
- src/AppBundle/Entity/Dossier.php 128 additions, 0 deletionssrc/AppBundle/Entity/Dossier.php
- src/AppBundle/Entity/Personnes.php 187 additions, 0 deletionssrc/AppBundle/Entity/Personnes.php
- src/AppBundle/Entity/Photographe.php 128 additions, 0 deletionssrc/AppBundle/Entity/Photographe.php
- src/AppBundle/Entity/Photos.php 302 additions, 0 deletionssrc/AppBundle/Entity/Photos.php
- src/AppBundle/Resources/config/doctrine/Album.orm.xml 27 additions, 0 deletionssrc/AppBundle/Resources/config/doctrine/Album.orm.xml
- src/AppBundle/Resources/config/doctrine/Dossier.orm.xml 23 additions, 0 deletionssrc/AppBundle/Resources/config/doctrine/Dossier.orm.xml
- src/AppBundle/Resources/config/doctrine/Personnes.orm.xml 20 additions, 0 deletionssrc/AppBundle/Resources/config/doctrine/Personnes.orm.xml
- src/AppBundle/Resources/config/doctrine/Photographe.orm.xml 23 additions, 0 deletionssrc/AppBundle/Resources/config/doctrine/Photographe.orm.xml
- src/AppBundle/Resources/config/doctrine/Photos.orm.xml 57 additions, 0 deletionssrc/AppBundle/Resources/config/doctrine/Photos.orm.xml
- var/SymfonyRequirements.php 5 additions, 1 deletionvar/SymfonyRequirements.php
Loading
Please register or sign in to comment