CodeIgniter create n-level deep navigation
问题 I'd like some help please. I have created dynamic a menu navbar that displays the menu items accoridning to the order that I've set them. I'm using this nestedsortable plugin, to order my menu items, but currently my menu has only 2 levels, so basicly it goes like this: Item1 Item2 > Subitem2.1 > Subitem2.2 Item3 etc etc. What I'd like to do is make it with n-levels, so basicly something like this: Item1 Item2 > Subitem2.1 >> Subitem2.1.1 > Subitem2.2 Item3 etc etc. and each item can go n