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