Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in doctrine-orm

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?

Order by count in Doctrine

Multiple discrimination levels while using Doctrine2

What is the best ORM to use with codeigniter (php framework) and why? [closed]

Doctrine ODM and schema-less design

How-to: Optimize Symfony's forms' performance?

Doctrine2 and MySQL Partitioning

Memory leak when executing Doctrine query in loop

Doctrine - How to bind array to the SQL?

php pdo doctrine-orm symfony

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

Doctrine manyToMany return PersistentCollection instead of ArrayCollection

php symfony doctrine-orm php-7