The Doctrine Project is a collection of open source libraries and tools for dealing with database abstraction and Object-Relational Mapping written in PHP.
i am using ZF2 with doctrine i am getting this error. The target-entity Entity\User cannot be found in 'Subject\…
php doctrine zend-framework2How can I write an INSERT doctrine query with option ON DUPLICATE KEY UPDATE?
mysql pdo doctrine on-duplicate-keyI am able to fetch my data from database by using this structure: $user = $this->getDoctrine() ->getRepository(…
php doctrine doctrine-orm doctrine-queryIn $entity variable, there is an object of same type as $other_address, but with all field values filled in. …
doctrine doctrine-orm symfonyWhat is the difference between the 2 options above? When is it preferable to choose each option?
symfony doctrine cascade cascading-deletesI'm facing some troubles with query builder in many to many relationship. I have an entity Company which have subcompanies …
symfony doctrine many-to-many query-builderI need to know the database name and database server name inside a symfony project. How can one access the …
symfony doctrine symfony1I need to construct DQL with a QueryBuilder like this [QUERY]... AND WHERE e.type = x OR e.type = Y …
php oop doctrine-orm doctrine dql