mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1002: bug in generate entities with many2many relationships from xml/yml shcemes #1249
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Jan 25, 2011).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user stfalcon:
I try use many2many relations in my symfony2 learning project https://github.com/symfony/symfony.git
But entities thar generates from yml schemes did not meet entities from doctrine2 guide or entities from beberlei Whitewashing project https://github.com/beberlei/Whitewashing/tree/master/Blog
After that I try generate similar entitries is doctrine2-sandbox. Problem is the same
I attached yml schemes and result entities.
Problem:
/****
*/
private $addresses;```
@doctrinebot commented on GitHub (Feb 2, 2011):
Comment created by @beberlei:
Fixed the msising constructor. However mind that in my Whitewashing project i wrote the entities manually, not generated them!
@doctrinebot commented on GitHub (Feb 2, 2011):
Issue was closed with resolution "Fixed"