Esempio n. 1
0
 public function behaviors()
 {
     return [['class' => ManyToManyBehavior::className(), 'relations' => ['five_list' => 'tableFiveRecords']]];
 }
Esempio n. 2
0
File: Ur.php Progetto: pumi11/aau
 public function behaviors()
 {
     return [['class' => LinkAllBehavior::className()], ['class' => ManyToManyBehavior::className(), 'relations' => ['three_list' => 'regionRecords']]];
 }