Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in doctrine-orm

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

Doctrine 2 and Many-to-many link table with an extra field

php mysql doctrine-orm

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

The EntityManager is closed

Symfony2 and Doctrine - Error: Invalid PathExpression. Must be a StateFieldPathExpression

symfony doctrine-orm dql

"Class XXX is not a valid entity or mapped super class" after moving the class in the filesystem

php symfony doctrine-orm

Explicitly set Id with Doctrine when using "AUTO" strategy

doctrine doctrine-orm

Too much data with var_dump in symfony2 doctrine2

What is the difference between inversedBy and mappedBy?

php doctrine-orm

What is a Proxy in Doctrine 2?

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

Doctrine and composite unique keys

php mysql doctrine-orm

How to sort findAll Doctrine's method?

symfony doctrine-orm

How to get a one-dimensional scalar array as a doctrine dql query result?

php doctrine-orm

How to use WHERE IN with Doctrine 2

How to order results with findBy() in Doctrine

php doctrine-orm

Count Rows in Doctrine QueryBuilder

symfony doctrine-orm

On delete cascade with doctrine2

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

Default value in Doctrine

php orm doctrine-orm