Relations Symfony2 et YML
Dans Individu.orm.yml :
manyToOne:
ville:
targetEntity: XXX\NomDuBundleRelation\Entity\Ville
Générer l’entity :
php app/console doctrine:generate:entities NomDuBundle
Pour voir si tout est OK :
php app/console doctrine:schema:update –dump-sql