Can I use the Doctrine2 ORM without a Package?
Permalink
An example:
I have a registration page that uses countries and regions from a custom database table.
I have another single page that handles the creation of an item that also uses the countries and regions table.