与属性关联的Doctrine2映射

时间:2013-07-26 14:45:55

标签: php symfony doctrine-orm doctrine

如何有效地映射以下情况的客观化(或嵌套)关系。

http://i.imgur.com/yiCYh4i.png

如果我有一个学习课程,我想让所有学生在一年内完成任何课程,而不必在学习课程中学习所有学生。有实体:

Studyprograms

Students

Courses

关系实体:

StudyprogramsStudents

StudyprogramsStudentsCourses

在这种情况下,重要的是:

One student can have more study programs

One student follows the studyStudentCourse in a certain year.

Courses are not directly related to study programs neither to students; 

提前致谢。

0 个答案:

没有答案