Tagged Questions

1
vote
1answer
162 views

Symfony concrete table inheritance problem

I am developing Symfony-Doctrine based application. I used Concrete Table Inheritance strategy.But now I faced with some problems. I have following tables: Product : has some properites Computer : ...