Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in doctrine

Understanding Doctrine Cascade Operations

php doctrine cascade

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

Get the last insert id with doctrine 2?

php orm doctrine lastinsertid

Doctrine 2: Update query with query builder

php sql database doctrine

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

php null doctrine dql

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

Doctrine - A new entity was found through the relationship

symfony doctrine

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

What is Doctrine hydration? [closed]

php doctrine hydration

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

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

Explicitly set Id with Doctrine when using "AUTO" strategy

doctrine doctrine-orm

Execute raw SQL using Doctrine 2

php sql doctrine

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

PHP ORMs: Doctrine vs. Propel

php orm symfony1 doctrine propel

Order by multiple columns with Doctrine

php doctrine sql-order-by

Doctrine - How to print out the real sql, not just the prepared statement?

Doctrine2: Best way to handle many-to-many with extra columns in reference table