yii2-nested-sets
yii2-nested-sets copied to clipboard
The nested sets behavior for the Yii framework.
I'm trying to filter on 'parent' of my (nested set) Category class, according to this: http://www.yiiframework.com/wiki/621/filter-sort-by-calculated-related-fields-in-gridview-yii-2-0 But it's not working I suspect because the self-join query which would normally work...
Возможно ли организовать перемещение узмов дерева с помощью мышы без использование стрлочек?
After the model is saved in the afterSave method, the attributes of the object are old and $changedAttributes is also empty. `public function afterSave($insert, $changedAttributes)` `{` ` var_dump($this->depth); //old value`...
Добрый вечер. не смог найти решение. Появилась необходимость в виджете **Select2** вывести все категории с вложенностью. Т.е получается нужно вывести всех родителей с детьми
NestedSetsBehavior will set the `lft`, `rgt`, and `depth` attributes on the record when it’s a new record, but it won’t update those attributes after performing an operation on an existing...
Using something like `$tree->children(1)->where(['field' => 'value'])` looks valid, but breaks functionality completely.
Добрый день! Есть ли решение в виде готового набора CRUD для элементарного управления деревом? Было бы суперски если бы такая фича была из коробки расширения.
How do you sort the tree alphabetically?
/** * @var bool * whether to automatically set operation to OPERATION_MAKE_ROOT * on saving new records, so you could use * $model->save(); * instead of * if ($model->isNewRecord) {...
Как поставить один рут c параметром tree = 4 перед вторым рутом с параметром tree = 3?