我需要从具有 Doctrine2 的实体中获取一对/多对一/多关系信息
使用 Doctrine1 我可以做到:
Doctrine::getTable('Article')->getRelations();
如何用 Doctrine2 做到这一点?
我需要从具有 Doctrine2 的实体中获取一对/多对一/多关系信息
使用 Doctrine1 我可以做到:
Doctrine::getTable('Article')->getRelations();
如何用 Doctrine2 做到这一点?