Symfony + Doctrine: Single mapping file for multiple entities (global mapping)
Doctrine lets you define database ORM mapping using YAML, XML or PHP Annotations.
I wanted to put all my mapping information in a single file, in order to streamline updating for one or two of my own
reasons.