laravel 无限极分类骚操作

    public function children() {
        return $this->hasMany(get_class($this), 'parent_id' );
    }

    public function allChildren() {
        return $this->children()->with( 'allChildren' );
    }

  取自:

    https://learnku.com/articles/12466/unlimited-classification

posted on 2020-09-29 01:30  ZKJABLE  阅读(257)  评论(0编辑  收藏  举报

导航