Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in doctrine-orm

PDO bindValue with \PDO::PARAM_BOOL causes statement execute to fail silently

Doctrine ORM level difference between @UniqueConstraint and @Column(unique=true) options

Memory usage goes wild with Doctrine bulk insert

What are the differences between Doctrine1 and Doctrine2?

php orm doctrine doctrine-orm

Naming a relation in Doctrine 2 ORM?

How to convert a complex MySQL Query to Doctrine2

mysql symfony doctrine-orm

Where should I register my DBAL type?

How can I limit an associated entity result in Doctrine2?

php doctrine-orm symfony

Doctrine 2: Can entities be saved into sessions?

php doctrine doctrine-orm

Doctrine without setters

Doctrine 2: How to search for an entity by its association's value?

php symfony doctrine-orm

Doctrine 2 association without foreign key constraints

Symfony2: Base table or view not found: 1146

php mysql symfony doctrine-orm

setMaxResults does not works fine when Doctrine query has join

php symfony doctrine-orm

How to efficiently count related rows within a model using Doctrine2

doctrine-orm

What is the difference between WITH and ON in Doctrine Join condition type?

php doctrine-orm doctrine

getArrayResult on entity with ManyToOne association

php orm doctrine-orm

symfony2: setting the value of a form field outside the form, inside a controller action

Search only by time in DateTime field in Symfony2 and Doctrine

Symfony does not remove entity from collection

php symfony doctrine-orm