Doctrine DBAL QueryBuilder tutorial shows how to program databases in PHP with Doctrine's QueryBuilder. Doctrine Database Abstraction Layer (DBAL) is an abstraction layer that sits on top of PDO
Doctrine one-to-many relationship tutorial shows how to create a one-to-many relationship in PHP with Doctrime ORM.