mirror of
https://github.com/doctrine/orm.git
synced 2026-04-25 07:28:04 +02:00
DDC-7: Lazy loading associated collection fails with class table inheritance #10
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 (Sep 14, 2009).
Jira issue originally created by user ablock:
When trying to do lazy load a collection from the owning side of a bidirectional OneToMany relationship, where the owning side is a , I get the notice "PHP Notice: Undefined index: org_id in /home/ablock/
doctrine/lib/Doctrine/ORM/Persisters/JoinedSubclassPersister.php on
line 332"
Code is here: http://pastebin.com/f66d8d386
@doctrinebot commented on GitHub (Sep 15, 2009):
Issue was closed with resolution "Fixed"