vmichnowicz / hierarchy

CodeIgniter library to assist with hierarchal data such as threaded comments, drop down menus, and nested product categories.
http://hierarchy.vmichnowicz.com/
15 stars 5 forks source link

Generate_hierarchial_list by custom Parent ID #2

Open bananapapa opened 11 years ago

bananapapa commented 11 years ago

Hello! Help me please... I want to show hierarchical list by custom parent_id.

I looked the code, but this functionality is not found. Currently parent_id = root Do you have time to do it? I think it will be helpful to many

vmichnowicz commented 11 years ago

I just push a commit which should address this.

https://github.com/vmichnowicz/hierarchy/commit/5aec725b6a261c2b99df6a8b2312db6baee885d0

Does this seem to work for you?

bananapapa commented 11 years ago

Yes, it's working. But parent_id may be used when it's deep is equal to 0.