예제 #1
0
파일: Region.php 프로젝트: pumi11/aau
 public function behaviors()
 {
     return [['class' => ManyToManyBehavior::className(), 'relations' => ['five_list' => 'tableFiveRecords']]];
 }
예제 #2
0
파일: Ur.php 프로젝트: pumi11/aau
 public function behaviors()
 {
     return [['class' => LinkAllBehavior::className()], ['class' => ManyToManyBehavior::className(), 'relations' => ['three_list' => 'regionRecords']]];
 }