DDC-7: Lazy loading associated collection fails with class table inheritance #10

Closed
opened 2026-01-22 12:24:04 +01:00 by admin · 1 comment
Owner

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

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
admin added the Bug label 2026-01-22 12:24:04 +01:00
admin closed this issue 2026-01-22 12:24:05 +01:00
Author
Owner

@doctrinebot commented on GitHub (Sep 15, 2009):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Sep 15, 2009): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#10