[FLOW3-general] "Undefined Index Error" when working with a One-to-One Relation by extending one class with another.
Regine Rosewich
regine.rosewich at hoellenberg.biz
Fri Apr 8 19:55:09 CEST 2011
Hi folks,
the playing around with ExtJS gets more and more successful. Now I get
another Problem. My little test construction consists in two classes:
1. BaseTable
2. AbstractTable
BaseTable extends AbstractTable (which is only used to get the date of
creation, and the date of update). AbstractTable has the
@InheritanceType("JOINED").
When compiling everything works fine. The two tables are created, BaseTable
gets a foreign key to AbstractTable. When I query the data now with the
BaseTableRepository I get an "Undefined Index Error from
/Doctrine/ORM/Internal/Hydration/ObjectHydrator Line 192"
What is missing in my construction?
Regine
More information about the FLOW3-general
mailing list