Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in doctrine-orm

How to get doctrine fixture references by type of fixture in test in symfony WebTestCase?

Doctrine schema update always try to add NOT NULL

How is it possible to completely refresh an Entity with a @OneToMany relationship?

php doctrine-orm doctrine

How can I use a native query with an array IN parameter in Doctrine2

php database doctrine-orm

jQuery Autocomplete field in Symfony2 with the formType and Doctrine2

forms orm symfony doctrine-orm

Symfony2 - doctrine2 batch processing

Doctrine 2 result cache invalidation

Doctrine ODM OneToOne Bi-Directional Reference using repositoryMethod

Doctrine 2 DBAL expressions in update or insert methods

Using Doctrine and Symfony to create Polymorphic like associations

orm doctrine-orm symfony

No entity manager defined for class

How to disable cascade deletion for many-to-many relations?

Why Doctrine2 doesn't automatically quote all SQL identifiers?

doctrine-orm

doctrine dql where clause interpretation with associated entity

php sql doctrine-orm dql

How to safely use UniqueEntity (on sites with more than one simultaneous user)

Doctrine 2 subquery

subquery doctrine-orm

Symfony2 and Doctrine2 : populate form with two Entity (a complicated scenario)

Symfony2 - how to search json_array field in findBy

php json symfony doctrine-orm

Does orphanRemoval bypass onDelete?

Polymorphic relationships with Doctrine2

php doctrine-orm