Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalsn/codeigniter-adjacency-list
Simple implementation with nestedSortable plugin.
https://github.com/michalsn/codeigniter-adjacency-list
codeigniter menu-generator menu-navigation sortable
Last synced: 3 months ago
JSON representation
Simple implementation with nestedSortable plugin.
- Host: GitHub
- URL: https://github.com/michalsn/codeigniter-adjacency-list
- Owner: michalsn
- Created: 2013-01-22T19:36:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-03-20T11:59:01.000Z (almost 5 years ago)
- Last Synced: 2023-03-11T10:42:00.076Z (almost 2 years ago)
- Topics: codeigniter, menu-generator, menu-navigation, sortable
- Language: PHP
- Homepage:
- Size: 153 KB
- Stars: 18
- Watchers: 4
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Adjacency List
==============Simple implementation with [nestedSortable](http://mjsarfatti.com/sandbox/nestedSortable/) plugin.
How to start?
-------------- Set database config in ``appliaction/config/database.php``
- Set ``encryption_key`` in ``application/config/config.php``
- Autoload ``database``, ``session``, ``url`` and ``form`` in ``application/config/autoload.php``
- Import ``database.sql`` file to your databaseYou're ready to go - ``http://localhost/your_project/index.php/al``
CodeIgniter v3 compatibility
----------------------------Starting with CodeIgniter 3.0, all class filenames (libraries, drivers, controllers and models) must be named in a Ucfirst-like manner or in other words - they must start with a capital letter. So, you have to rename following files:
controllers/al.php => controllers/Al.php
models/adjacency_list_model.php => models/Adjacency_list_model.php
libraries/adjacency_list.php => libraries/Adjacency_list.phpScreenshots
-----------![](https://github.com/michalsn/CodeIgniter-Adjacency-List/blob/master/_screenshots/navigation.png)