예제 #1
0
파일: Ads.php 프로젝트: Sywooch/AVSProduct
 public function getView()
 {
     return $this->hasMany(AdsViews::className(), ['ads_id' => 'id']);
 }