Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in doctrine-orm

Count queries to database in Doctrine2

doctrine-orm

Migrating multiple databases using doctrine2 with Symfony2

How validate a selection of at least one element (or N elements) in Symfony 2?

Set entity field default value using YML

php doctrine-orm yaml

The annotation @Doctrine\ORM\Mapping in class xx does not exist, or cannot be loaded

Cannot add having condition on undefined result variable in a non aggregated query

php symfony doctrine-orm

In doctrine2 is it possible to have an autoincrement column that is not the primary key?

Symfony2 No Metadata Classes to process

php symfony orm doctrine-orm

Symfony2 Select one column in doctrine

Symfony 2 - Sluggable not set when using form

symfony doctrine-orm slug

INTERVAL 1 MONTH not working With symfony2 doctrine?

How can I order by NULL in DQL?

symfony doctrine-orm dql

How to generate entities from database view with doctrine and symfony2

symfony doctrine-orm

Symfony2 Override Constraints

php symfony doctrine-orm

Doctrine2 / Symfony2 - Multiple entities on same table

Doctrine ORM Caching in ZF2 Application

How to extend from Doctrine-Entity without Discriminator-Column

Is there a way to modify the entity mapping configuration for doctrine outside the config file?

Dealing with a closed EntityManager with Bisna/Doctrine2