Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in doctrine-orm

ORM Doctrine ManyToOne on update CASCADE (Symfony)

php symfony orm doctrine-orm

Doctrine Query builder, count related one to many rows

php sql symfony doctrine-orm

Safely decrease User balance column. Should I use optimistic locking?

How can I use fixtures in Doctrine 2?

Is it possible to use sort() on multiple fields in Doctrine 2 ODM?

How to reopen Doctrine Entity Manager after DBALException

Constants in Doctrine 2 entities

php constants doctrine-orm

Doctrine 2: Count Items by Type in Select

Doctrine2 query builder does not quote the string

php doctrine-orm

Doctrine2 entities in multiple namespaces

Need help understanding Doctrine many to many self referencing code

php orm doctrine doctrine-orm

How to deal with "IN" in WHERE-clause in Doctrine2

php doctrine doctrine-orm

Can Symfony2 generate:doctrine:entity generate entity with one-to-many relationship?

FOSElasticaBundle and Doctrine Hydration

How do you extend an entity in Symfony2 like you used to be able to in Symfony 1?

Caching Doctrine results Symfony2

php symfony doctrine-orm

How to JOIN without a relationship in Doctrine?

php join doctrine-orm doctrine

Symfony4 : entity has a repositoryClass set to "App\Entity\CommentRepository", but this is not a valid class

How to get association foreign key IDs in Doctrine 2 without loading the associated object?

doctrine-orm symfony

Symfony 2 Dependency Injection into Entity Function