New posts in doctrine

How to use andWhere and orWhere in Doctrine?

Doctrine: cascade="remove" vs orphanRemoval=true

Understanding Doctrine Cascade Operations

How to re-save the entity as another row in Doctrine 2

Get the last insert id with doctrine 2?

PHPUnit Mock Objects and Static Methods

How to specify null value as filter in a Doctrine query?

Doctrine 2: Update query with query builder

Deprecation: Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated

Doctrine - A new entity was found through the relationship

Symfony: Clear doctrine cache

Is there a built-in way to get all of the changed/updated fields in a Doctrine 2 entity

Doctrine Query Language get Max/Latest Row Per Group

How to encode Doctrine entities to JSON in Symfony 2.0 AJAX application?

What is Doctrine hydration? [closed]

cascade={"remove"} VS orphanRemoval=true VS ondelete="CASCADE

Explicitly set Id with Doctrine when using "AUTO" strategy

Execute raw SQL using Doctrine 2

Doctrine 2 can't use nullable=false in manyToOne relation?

PHP ORMs: Doctrine vs. Propel