Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in doctrine-orm

Map array to entity in Symfony2/Doctrine2

symfony doctrine-orm

Most efficient way to tell if an entity exists in Doctrine 2

php doctrine doctrine-orm

Symfony framework; idiomatic way to store a user's role

Doctrine - check if record exists based on field

symfony doctrine-orm

SQLSTATE[HY000] [2002] Not a directory when doctrine:schema:create

How to implement beberlei doctrine extensions in zend framework 2

Symfony Form - Expected argument of type "string or Symfony\Component\Form\FormTypeInterface", "array" given

Symfony 2 - Attempted to call function "apcu_fetch" from namespace "Doctrine\Common\Cache"

Symfony 3 / Doctrine - Get changes to associations in entity change set

Using Doctrine 2 and Repositories, what would be the purpose of a Service Layer?

Doctrine2 generates two extra tables for a ManyToMany relationship

php mysql symfony doctrine-orm

Difference between call flush() inside foreach loop or outside it, which one to use?

php symfony doctrine-orm

Rename table name with Doctrine migrations

Symfony2 - DoctrineMongoDBBundle - Doctrine\Common\Annotations\AnnotationException

Doctrine2 [Syntax Error] Error: Expected Literal, got '-'

symfony doctrine-orm

Doctrine 2 Console Tool says: You are missing a "cli-config.php" or "config/cli-config.php"

How to retry transaction after a deadlock using Doctrine?

doctrine extra lazy load doesn't work as expected with count

symfony doctrine-orm twig

Doctrine2 - Cannot delete an entity with a unidirectional oneToMany relation

php orm doctrine-orm

How do I check if object was found in a Doctrine2 repository?