Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cploutarchou/codeigniter-menu-manager
Bootstrap 3 navbar multi level drop-down For Codeingiter
https://github.com/cploutarchou/codeigniter-menu-manager
bootstrap codeigniter codeigniter-cms codeigniter-template codeigniter3 database javascript jquery jquery-library menu menu-navigation menubar mysql php
Last synced: about 2 months ago
JSON representation
Bootstrap 3 navbar multi level drop-down For Codeingiter
- Host: GitHub
- URL: https://github.com/cploutarchou/codeigniter-menu-manager
- Owner: cploutarchou
- License: mit
- Created: 2019-10-21T20:15:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T22:28:37.000Z (over 2 years ago)
- Last Synced: 2023-03-03T15:43:59.343Z (almost 2 years ago)
- Topics: bootstrap, codeigniter, codeigniter-cms, codeigniter-template, codeigniter3, database, javascript, jquery, jquery-library, menu, menu-navigation, menubar, mysql, php
- Language: PHP
- Homepage:
- Size: 4.19 MB
- Stars: 17
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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
for default navbar
for black navbar
```
**Menu Manager Screenshots**
![alt text](https://github.com/cploutarchou/codeIgniter-menu-manager/blob/master/assets/forReadme/screenshot-ci-menu-manager.christosploutarchou.com-2020.01%20(14).png "Logo Title Text 1")
![alt text](https://github.com/cploutarchou/codeIgniter-menu-manager/blob/master/assets/forReadme/screenshot-ci-menu-manager.christosploutarchou.com-2020.01.png "Logo Title Text 1")
![alt text](https://github.com/cploutarchou/codeIgniter-menu-manager/blob/master/assets/forReadme/screenshot-ci-menu-manager.christosploutarchou.com-2020.01%20(1).png "Logo Title Text 1")
![alt text](https://github.com/cploutarchou/codeIgniter-menu-manager/blob/master/assets/forReadme/screenshot-ci-menu-manager.christosploutarchou.com-2020.01%20(2).png "Logo Title Text 1")
![alt text](https://github.com/cploutarchou/codeIgniter-menu-manager/blob/master/assets/forReadme/screenshot-ci-menu-manager.christosploutarchou.com-2020.01%20(3).png "Logo Title Text 1")
![alt text](https://github.com/cploutarchou/codeIgniter-menu-manager/blob/master/assets/forReadme/screenshot-ci-menu-manager.christosploutarchou.com-2020.01%20(4).png "Logo Title Text 1")
![alt text](https://github.com/cploutarchou/codeIgniter-menu-manager/blob/master/assets/forReadme/screenshot-ci-menu-manager.christosploutarchou.com-2020.01%20(5).png "Logo Title Text 1")
![alt text](https://github.com/cploutarchou/codeIgniter-menu-manager/blob/master/assets/forReadme/screenshot-ci-menu-manager.christosploutarchou.com-2020.01%20(6).png "Logo Title Text 1")
![alt text](https://github.com/cploutarchou/codeIgniter-menu-manager/blob/master/assets/forReadme/screenshot-ci-menu-manager.christosploutarchou.com-2020.01%20(7).png "Logo Title Text 1")
![alt text](https://github.com/cploutarchou/codeIgniter-menu-manager/blob/master/assets/forReadme/screenshot-ci-menu-manager.christosploutarchou.com-2020.01%20(8).png "Logo Title Text 1")
![alt text](https://github.com/cploutarchou/codeIgniter-menu-manager/blob/master/assets/forReadme/screenshot-ci-menu-manager.christosploutarchou.com-2020.01%20(9).png "Logo Title Text 1")
![alt text](https://github.com/cploutarchou/codeIgniter-menu-manager/blob/master/assets/forReadme/screenshot-ci-menu-manager.christosploutarchou.com-2020.01%20(10).png "Logo Title Text 1")
![alt text](https://github.com/cploutarchou/codeIgniter-menu-manager/blob/master/assets/forReadme/screenshot-ci-menu-manager.christosploutarchou.com-2020.01%20(11).png "Logo Title Text 1")
![alt text](https://github.com/cploutarchou/codeIgniter-menu-manager/blob/master/assets/forReadme/screenshot-ci-menu-manager.christosploutarchou.com-2020.01%20(12).png "Logo Title Text 1")
![alt text](https://github.com/cploutarchou/codeIgniter-menu-manager/blob/master/assets/forReadme/screenshot-ci-menu-manager.christosploutarchou.com-2020.01%20(13).png "Logo Title Text 1")**License**
This project is licensed under the MIT License - see the [LICENSE](Licence) file for details.