Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in doctrine-orm

Doctrine MongoDB result caching

Find or create (upsert) functionality in Doctrine 2

doctrine doctrine-orm

Sorting joined table with KnpPaginatorBundle

Composite key and form

Doctrine Repository getEntityManager() does returns empty

php symfony doctrine-orm

Register Doctrine2 entity listener as service in Symfony2

symfony doctrine-orm

Adding collections/entities makes Form Rendering terrible slow

Doctrine 2: Can I get a Reference from a Repository instead of from the Entity Manager?

php doctrine-orm

Doctrine2 : custom orderBy clause

symfony doctrine-orm

Symfony2 Doctrine query builder as a subquery in FROM clause

php symfony doctrine-orm

doctrine persisted entity changed between entityManager->persist and unitOfWork->persist

Is it OK to place methods like hasSomething() or isSomething in entities?

php symfony doctrine-orm

How can I improve KnpPaginatorBundle and Doctrine speed?

Doctrine generating query with wrong table alias

php mysql symfony doctrine-orm

ZF2 and Doctrine input filters (Unique, ObjectExists) for new, and existing entities with fieldsets

Doctrine—select all fields and group by one of them

php doctrine-orm symfony

Can Doctrine DBAL be mixed with ORM Query Builder?

Doctrine2 and MySQL Partitioning

Memory leak when executing Doctrine query in loop

How to get foreign repository inside my repository in Doctrine2/Symfony2?