Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in doctrine-orm

Unique Constraints in Doctrine 2, Symfony 2

How exactly to use onDelete = "SET NULL" - Doctrine2

php doctrine-orm

Doctrine error: "Failed opening required '/tmp/__CG__Source.php' "

php symfony doctrine-orm

How to check if entity changed in Doctrine 2?

php doctrine doctrine-orm

How to OrderBy on OneToMany/ManyToOne

symfony doctrine-orm

How to get Doctrine ORM instance in Symfony2 console application? [duplicate]

Symfony 2.7 cache:clear command checks every database connection

php symfony doctrine-orm

Doctrine2 - "class" is not a valid entity or mapped super class

php doctrine-orm

Creating Index in Doctrine2 / Symfony2 Throws Semantical Error

symfony doctrine-orm

Doctrine OneToOne incorrectly? generating a UNIQUE INDEX

symfony doctrine-orm

PHP Mocking Final Class

How to get a Collection in Doctrine2's query results

doctrine doctrine-orm

How to truncate a table using Doctrine 2?

Lazy Loading with Doctrine2 and Symfony2 using DQL

php symfony doctrine-orm

Left join ON condition AND other condition syntax in Doctrine

Symfony 2.0 getting service inside entity

Symfony2 Doctrine Expr 'IS NOT NULL'

symfony doctrine-orm

How to determine if a Doctrine entity is persisted?

doctrine-orm

How can I use SQL's YEAR(), MONTH() and DAY() in Doctrine2?

When inserting an entity with associations, is there a way to just use the FK instead of retrieving the entity?

php orm doctrine doctrine-orm