CodeIgniter Forums
Menu navigation library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Menu navigation library (/showthread.php?tid=32062)



Menu navigation library - El Forum - 07-12-2010

[eluser]liri[/eluser]
Hey guys,

While researching how to implement a good and decoupled idea for a menu navigation solution I ended up writing my own, it's fairly new and not yet full featured but by skimming through the code quickly you can get an idea of how it works and whether it suits you or not.

The library and model are available at github: CodeIgniter-Menu


I'd appreciate to get some feedback, improvements ideas and bug fixes.

Regards,
Liran Tal.


Menu navigation library - El Forum - 08-10-2010

[eluser]billmce[/eluser]
Do you have a site using it, or a demo?


Menu navigation library - El Forum - 08-10-2010

[eluser]liri[/eluser]
Not a site but more a web application that I'm working on at the moment.
I couldn't find any solution using existing libraries and had to research also what
would be the best way to implement it and such.

I like the way that it's structured, pretty well in terms of generic so it should fit to whatever
your needs are. I think I added some other improvements just didn't yet pushed them to git since
I'm still testing it.


Documentation is missing though usage should be easy to grasp, if it's not, let me know and I'll
add the required docs for it.


Menu navigation library - El Forum - 08-10-2010

[eluser]billmce[/eluser]
It's the old 'a picture is worth a thousand words' issue. It'll generate more interest and feedback. FWIW


Menu navigation library - El Forum - 08-10-2010

[eluser]liri[/eluser]
I'm a bit confused.
What kind of a picture were you thinking of? Smile

It's not a menu library in terms of user interface (i.e: jquery tree menu etc) but rather a library
to manage these actual entries in your database or whatever.