Implementing a recursive menu system a'la Joomla in CodeIgniter
- by pettersolberg
Hi
I have some sites powered by Joomla, but with my current assignment I wanted to try something new and created with CodeIgniter a really basic CMS (just to suit my client's needs). Everything works fine except menus - multilevel menus like in Joomla, Drupal etc. with items and subitems...
My question is: do you know of any tutorials or texts…