This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 | |
*/ |