Skip to content

Instantly share code, notes, and snippets.

@ptheofan
ptheofan / NestedSetToArrayExample.php
Last active August 22, 2021 08:58
Yii2 NestedSets class trait as a nice helper to use with any class that uses the NestedSets behavior
<?php
/**
* NestedSets in SQL - How to export a nested set subtree or tree into Yii2 Menu widget and as
* JsTree valid DataSet (nested format).
*/
class Category extends \yii\db\ActiveRecord
{
/**
* @return array
*/