Skip to content

cploutarchou/codeIgniter-menu-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codeigniter With Menu Manager Pre-installed

Installation Steps:

  • Upload project on server
  • Rename database_conf.php file to database.php
  • Execute or import code from /database/menumanager.sql file with sample data
  • Update Menu Using Menu manager
  • Use get_menu() function to get menu on UI .
  • Note : get_menu() function need 2 parameters:
    1. Menu ID
    2. Class name (You can use black css class if you need black navbar)
 <?php get_menu('1', ''); ?> for default navbar
 <?php get_menu('1', 'black'); ?> for black navbar

Menu Manager Screenshots alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text alt text

License

This project is licensed under the MIT License - see the LICENSE file for details.