creocoder / yii2-nested-sets

The nested sets behavior for the Yii framework.
Other
446 stars 129 forks source link

Update #23

Closed rubenheymans closed 9 years ago

rubenheymans commented 10 years ago

Are you going to update this? It doens't work at all

dynasource commented 10 years ago

it does work after some polishing towards the latest state of Yii2

rubenheymans commented 10 years ago

do you have a forked version? this extension is really good and it would be nice to see this working

dynasource commented 10 years ago

I recall the following being enough to make it work on an AR:

            ->attachBehavior('NestedSet',[
                'class'=>'creocoder\behaviors\NestedSet',
                'hasManyRoots'=>1
            ]);
creocoder commented 9 years ago

Are you going to update this? It doens't work at all

Ofcource, this was created for Yii 2 beta and now coming new stable version for release.