Clean way for many to many relation in doctrine

前端 未结 0 1962
轻奢々
轻奢々 2020-12-04 21:19

Is there a good way for managing this kind of relation in doctrine:

class Picture
{
    private $id;
    private $name;
}

class Product
{
    private $id;
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题