Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in doctrine

'where not in' query with doctrine query builder

tar: Error is not recoverable: exiting now

How to check if entity changed in Doctrine 2?

php doctrine doctrine-orm

Using EntityRepository::findBy() with Many-To-Many relations will lead to a E_NOTICE in Doctrine

How to get a Collection in Doctrine2's query results

doctrine doctrine-orm

Cannot autowire service: Argument references class but no such service exists

php symfony doctrine symfony4

Generate unique id - doctrine - symfony2

symfony doctrine

Symfony 2 + Doctrine 2 + PHPUnit 3.5: Serialization of closure exception

symfony doctrine phpunit

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

How do I use a complex criteria inside a doctrine 2 entity's repository?

How to enable ENUMs in Symfony 2 / Doctrine

php mysql symfony doctrine

Zend Framework 2 + Doctrine 2 [closed]

Why doesn't MySQL support millisecond / microsecond precision?

php mysql doctrine

Symfony2 - Using Form Builder Without Any Entity Attached

php forms symfony doctrine

Complex WHERE clauses using the PHP Doctrine ORM

php mysql doctrine dql

pass array of conditions to doctrine expr()->orx() method

symfony2 doctrine allow null values?

symfony doctrine

Symfony 2: INNER JOIN on non related table with doctrine query builder

Using Raw SQL with Doctrine

sql symfony1 doctrine

Symfony2 $user->setPassword() updates password as plain text [DataFixtures + FOSUserBundle]