https://github.com/lirantal/codeigniter-menu
Menu Navigation extension for CodeIgniter PHP framework
https://github.com/lirantal/codeigniter-menu
Last synced: about 1 month ago
JSON representation
Menu Navigation extension for CodeIgniter PHP framework
- Host: GitHub
- URL: https://github.com/lirantal/codeigniter-menu
- Owner: lirantal
- Created: 2010-07-12T12:47:58.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-07-12T16:25:59.000Z (almost 15 years ago)
- Last Synced: 2024-10-04T13:26:22.547Z (7 months ago)
- Language: PHP
- Homepage: codeigniter-menu
- Size: 85.9 KB
- Stars: 19
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. CodeIgniter Menu
Implementation of a menu navigation tree using database storage.
Provides the necessary library code for CodeIgniter PHP framework.h2. 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.h2. CONTACT
* "Liran Tal":liran[dot]tal[at]gmail[dot]com