Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 443 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 443 Bytes

Inheritance Mapping example for doctrine

What?

Doctrine docs

Where?

You can find inheritance "config" @ src/AppBundle/Entity/ContainerObject.php

How to test it?

  • create symfony skeleton
  • overwrite AppBundle with this bundle
  • @see src/AppBundle/Controller/DefaultController.php