1
0
mirror of synced 2024-12-14 23:26:04 +03:00

Fixing php code

This commit is contained in:
Jonathan H. Wage 2010-06-17 12:07:43 -04:00
parent c7a5a695d3
commit e71f00296e

View File

@ -540,6 +540,7 @@ Doctrine 2 implements this strategy through the use of a discriminator column in
The example for class table inheritance is the same as single table, you just need to
change the inheritance type from `SINGLE_TABLE` to `JOINED`:
[php]
/**
* @Entity
* @InheritanceType("JOINED")