Doctrine ORM : Joined table inheritance
Related to this previous topic : Database : Account table with Joined Tables Inheritance I’ve created a joined tables inheritance in my database (MySQL) : client_id attributes are both PK and FK. Now I need to represent it with Doctrine ORM but I can’t find a solution of how to make that. I created, with… Read More Doctrine ORM : Joined table inheritance