etrepat / baum

Baum is an implementation of the Nested Set pattern for Laravel's Eloquent ORM.
http://etrepat.com/baum
MIT License
2.24k stars 460 forks source link

Get nodes in a particular depth #229

Open glennraya opened 8 years ago

glennraya commented 8 years ago

Hi, is there a way to retrieve all nodes of a specified depth? for example, I would like to get all the nodes of the tree in nesting level 5(depth 5) only. Thanks