The Doctrine ORM documentation is comprised of tutorials, a reference section and cookbook articles that explain different parts of the Object Relational Mapper.
If this documentation is not helping to answer questions you have about Doctrine ORM don't panic. You can get help from different sources:
- There is a :doc:`FAQ <reference/faq>` with answers to frequent questions.
- The Doctrine Mailing List
- Slack chat room #orm
- Report a bug on GitHub.
- On Twitter with
#doctrine2
- On StackOverflow
The best way to get started is with the :doc:`Getting Started with Doctrine <tutorials/getting-started>` tutorial. Use the sidebar to browse other tutorials and documentation for the Doctrine PHP ORM.