All Projects → michalsn → CodeIgniter-Adjacency-List

michalsn / CodeIgniter-Adjacency-List

Licence: other
Simple implementation with nestedSortable plugin.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
TSQL
950 projects
hack
652 projects

Projects that are alternatives of or similar to CodeIgniter-Adjacency-List

PHP-Quick-Menu
This is a PHP Multilevel Menu class. From nested Json|Array to Html menu (ul)
Stars: ✭ 25 (+38.89%)
Mutual labels:  menu-generator, menu-navigation
django-menu-generator
A straightforward menu generator for Django
Stars: ✭ 24 (+33.33%)
Mutual labels:  menu-generator, menu-navigation
codeigniter3-filename-checker
CodeIgniter3 Filename Checker
Stars: ✭ 21 (+16.67%)
Mutual labels:  codeigniter
dnd
Beautiful and accessible drag and drop for lists with React.
Stars: ✭ 271 (+1405.56%)
Mutual labels:  sortable
vue-bottom-navigation
Vue bottom navigation
Stars: ✭ 56 (+211.11%)
Mutual labels:  menu-navigation
simple-codeigniter-rest-api
🔥 Simple PHP code using Codeigniter framework for building Rest API
Stars: ✭ 60 (+233.33%)
Mutual labels:  codeigniter
searchmap
Find places and Draw on Map using Google Maps API
Stars: ✭ 53 (+194.44%)
Mutual labels:  codeigniter
oc-sortablerelations-plugin
Adds drag and drop sorting functionality to the view list of the relations controller in October CMS
Stars: ✭ 16 (-11.11%)
Mutual labels:  sortable
KI-Board
Codeigniter & Bootstrap 기반 게시판
Stars: ✭ 13 (-27.78%)
Mutual labels:  codeigniter
hipsbarjs
Hipsbarjs is a javascript plugin for easily creating drawers in web apps
Stars: ✭ 17 (-5.56%)
Mutual labels:  menu-navigation
Hotel-Management-System
Web Base Hotel Management System base on CI
Stars: ✭ 57 (+216.67%)
Mutual labels:  codeigniter
tutorial-codeigniter
Tutorial Codeigniter untuk pemula
Stars: ✭ 108 (+500%)
Mutual labels:  codeigniter
php-clamav-scan
A simple PHP library for ClamAV that is CodeIgniter compatible
Stars: ✭ 35 (+94.44%)
Mutual labels:  codeigniter
codeigniter-monolog-plus
codeigniter monolog plus
Stars: ✭ 13 (-27.78%)
Mutual labels:  codeigniter
e-learningCodeigniter
E-learning web app with admin panel, Codeigniter Framework
Stars: ✭ 34 (+88.89%)
Mutual labels:  codeigniter
PHP-Frameworks-Bench
Popular PHP Frameworks Benchmark.
Stars: ✭ 28 (+55.56%)
Mutual labels:  codeigniter
powerorm
A very simple but effective php orm
Stars: ✭ 21 (+16.67%)
Mutual labels:  codeigniter
pusher-for-codeigniter
CodeIgniter library for Pusher PHP SDK
Stars: ✭ 27 (+50%)
Mutual labels:  codeigniter
CIVueJS
Codeigniter + VueJS
Stars: ✭ 25 (+38.89%)
Mutual labels:  codeigniter
SimpleIPAM
Simple IP address management
Stars: ✭ 28 (+55.56%)
Mutual labels:  codeigniter

Adjacency List

Simple implementation with 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 database

You'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.php

Screenshots

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].