Esempio n. 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getFollows()
 {
     return $this->hasMany(Follow::className(), ['staffID' => 'formalemail']);
 }
Esempio n. 2
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getFollows()
 {
     return $this->hasMany(Follow::className(), ['id_follow' => 'id']);
 }