Using MenuStructure module in KO3

Feb 07, 2011
by Ivan

MenuStructure is a simple module I built for Kohana3 for creating menu trees. I'ts very easy to use, and in this tutorial I will show how to build a very basic website with a tree navigation menu.

First of all, start with a clean installation of Kohana 3 (that we will call ko3site), and then setup the database and htaccess file. (You should know how to get to this point).

Now, install MenuStructure in the application's modules folder.

Posted in

Kohana module: Menu structure

Nov 29, 2010
by Ivan

I just released a small module for Kohana 3 called menustructure. The main purpose is to help build a menu tree on a website with just one table.

The menu builder loop is from a old code I had for quite some time. Take a look at the readme file to get an idea on how to use it.

GitHub - https://github.com/ivansf/menustructure

 

Posted in