Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in doctrine-orm

Using native SQL query without entity class

php doctrine-orm symfony

Delete an item from oneToMany relationship

symfony doctrine-orm

Doctrine2: How to set all tables to collate with UTF8

symfony doctrine-orm

Symfony -> How to make created and modified fields dynamic with Doctrine?

date orm doctrine-orm symfony

Expect one or no result from a doctrine query builder, what should I use?

php symfony doctrine-orm

Object-Relational Mapping vs Database Abstraction Layer

How to use the in statement in DQL in Doctrine 2.0

doctrine-orm

How to configure naming strategy in Doctrine 2

symfony doctrine-orm

What is the right way to define annotation for DECIMAL type in Doctrine2

symfony doctrine-orm

Doctrine 2: Call to a member function format() on a non-object ... in DateTimeType.php

php doctrine-orm doctrine

How to set up entity (doctrine) for database view in Symfony 2

php mysql symfony doctrine-orm

How to set up Doctrine2 fixtures when testing with PHPUnit?

How to delete rows from join-table (ManyToMany) in Doctrine?

mysql symfony doctrine-orm

Expression mysql NOW() in Doctrine QueryBuilder

Should I use EAV model?

Subquery in doctrine2 notIN Function

doctrine2 dql, use setParameter with % wildcard when doing a like comparison

Doctrine2 $em->persist($entity) on foreach loop

symfony doctrine-orm

Doctrine2 - Multiple insert in one shot

php mysql symfony doctrine-orm

How to get entity manager for Doctrine entity with Symfony 2.1 from inside controller