コード例 #1
0
ファイル: Comments.php プロジェクト: worstinme/yii2-comments
 public function getRelated()
 {
     return $this->hasMany(Comments::className(), ['parent_id' => 'id']);
 }