コード例 #1
0
ファイル: BlogComments.php プロジェクト: kotmonstr/full-shop
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getBlogComments()
 {
     return $this->hasMany(BlogComments::className(), ['parent_id' => 'id']);
 }