Showing posts with label doctrine2. Show all posts
Showing posts with label doctrine2. Show all posts

Wednesday, April 25, 2012

Doctrine 2 integration problems


The issue:



I'm developing my project using MVC pattern. In order to build model I decided to use Doctrine 2 RC2.

Doctrine2 findBy relationship object triggers string conversion error


Say I have two entities in Doctrine2 that are related to each other, Models\User and Models\Comment. If I do this in Doctrine 2.0.0...