umefarooq / codeigniter-menu

Menu Navigation extension for CodeIgniter PHP framework

Home Page:codeigniter-menu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeIgniter Menu

Implementation of a menu navigation tree using database storage.
Provides the necessary library code for CodeIgniter PHP framework.

INSTALLATION

- import the database schema to your own database
- by default the library is structured in a way that assumes you’re using the HMVC approach,
specifically, the modular separation plugin so all the directories should go into a module
called ‘menu’. If you’d like to simply throw it into the application/ folder then just copy
the files to their respective directories: application/libraries and application/models and
take care to change the model filename from the library constructor.

CONTACT

About

Menu Navigation extension for CodeIgniter PHP framework

codeigniter-menu