kartik-v / yii2-tree-manager

An advanced tree management module using nested sets for Yii 2.
http://demos.krajee.com/tree-manager
Other
150 stars 107 forks source link

Get node without children #218

Closed gledsoneduardo closed 5 years ago

gledsoneduardo commented 5 years ago

How get a list of node without children, using the example: id: 4 => iPhone 6 id: 5 => iPhone 5s id: 6 => iPhone 4 id: 8 => iPad Air ..... (sorry my terrible english)

kartik-v commented 5 years ago

You need to go through creocoder/yii2-nested-sets extension docs and/or post such queries/issues in that repo.

The method to use for your use case should be the isLeaf method as described in the code here