
INFO
---------------------------------------------------------------------------
This is a modified script based on Nestable Drag & drop hierarchical
Source: http://dbushell.github.com/Nestable/

The modifications allows you to read and save the nested list to a mysql database.


This files are not modified:
- jquery.nestable.js
- style.css


Got help from stackoverflow to parse the JSON decoded array to a more readable format
Source: http://stackoverflow.com/questions/11357981/save-json-or-multidimentional-array-to-db-flat?answertab=active#tab-top



INSTALL
---------------------------------------------------------------------------

1. Copy the files to a folder on you're webserver

2. Create the table in a database (see the database_sql_menu.sql file)

3. Change the information in dbconnect.inc.php matching you're database settings!




