예제 #1
0
파일: Course.php 프로젝트: nvidela/kimkelen
 public function getStudents()
 {
     $criteria = CoursePeer::retrieveStudentsCriteria($this->getId());
     return StudentPeer::sorted($criteria);
 }