Esempio n. 1
0
File: Ad.php Progetto: shahid80/EWay
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getAdsComments()
 {
     return $this->hasMany(AdComment::className(), ['ad_id' => 'id']);
 }