Doctrine DBAL and ORM
Doctrine
Show in appBeschreibung
These skills are maintained by the Doctrine project to provide a common language for training and skill management purposes.
The Doctrine DataBase Abstraction Layer (DBAL) offers an object-oriented API and a lot of additional, horizontal features like database schema introspection and manipulation.
Doctrine ORM is an object-relational mapper (ORM) for PHP 7.1+ that provides transparent persistence for PHP objects. It uses the Data Mapper pattern at the heart, aiming for a complete separation of your domain/business logic from the persistence in a relational database management system.
Skills
- Relational database and SQL basics
- DBAL basics
- Doctrine DBAL
- Doctrine ORM Basics
- Defining Entities in Doctrine ORM
- About Migrations
- Persisting Entities in Doctrine ORM
- Querying data with Doctrine ORM
- Removing Entities in Doctrine ORM
Maintainer
Grégoire Paris
Doctrine