Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in doctrine-orm

Doing a WHERE .. IN subquery in Doctrine 2

sql database doctrine-orm

Difference between ObjectManager and EntityManager in Symfony2?

Doctrine array vs simple_array vs json_array

What is the difference between fetch="EAGER" and fetch="LAZY" in doctrine

doctrine: QueryBuilder vs createQuery?

doctrine-orm

What do scale and precision mean when specifying a decimal field type in Doctrine 2?

Why I am suddenly getting a "Typed property must not be accessed before initialization" error when introducing properties type hints?

Doctrine 2 + unsigned value

php doctrine-orm

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

How to select distinct query using symfony2 doctrine query builder?

Doctrine Listener versus Subscriber

symfony doctrine-orm

How to use a findBy method with comparative criteria

php doctrine-orm

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

How to merge two php Doctrine 2 ArrayCollection()

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