Book Image

Extending Symfony2 Web Application Framework

By : Sebastien Armand
Book Image

Extending Symfony2 Web Application Framework

By: Sebastien Armand

Overview of this book

Table of Contents (13 chapters)

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).