Most voted "doctrine" questions

Doctrine is an Object-Relational Mapping (or ORM) framework for PHP. The ORM is a development technique used to reduce the impedance of object-oriented programming using relational databases. The database tables are represented through classes and the records of each table are represented as instances of the corresponding classes.

Learn more…

95 questions

Sort by count of