Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0-ALPHA3
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
I have a class with subclasses. One of the subclasses has fields which are foreign indices
If i do
$em->find('MyParentEntity', 1)
I get notices
Notice: Undefined index: somefieldwhichisforeignindex in /Doctrine/ORM/UnitOfWork.php on line 1708
I assume this is Class Table Inheritance?
If so, I think I know what to do.