Submitted by Richard on Mon, 10/04/2010 - 13:37 One feature of Doctrine 2 and other data mapper style ORM's is that rather than each class model invoking itself to make queries in the database (Active Record style), custom queries to the database are handled by a bridge layer that is extends the Entity Manager. We cannot do any any queries to the DB without going through the Entity Manager, here i