Chapter 5. Doctrine
Doctrine is the Object-relational Mapper (ORM) that ships with Symfony. It lets you work with PHP classes and objects, and handles their storage and retrieval to and from a data store. It can work with a variety of data stores such as traditional relational databases or document databases. The examples in this chapter will be either for the ORM or for the MongoDB ODM (Object-document Mapper).