Editable jquery tree with PHP CodesThis software is a tree structure runs at web browsers and completes its function, like add item, change name, drag & drop and delete item, by using ajax requests.
... [More]
Items in tree view may be in a database table or they may be files or folders in file system. PHP and MySQL(if items are set to be in a database table) softwares are needed to make this software run. This software also uses jquery javascript framework, simple tree plugin.
INSTALLSet either
DATABASE_PLATFORM or FILE_SYSTEM_PLATFORM to TARGET_PLATFORM macro in 'includes/config.php' to determine which platform software will run at. for instance: define ("TARGET_PLATFORM", DATABASE_PLATFORM);
if TARGET_PLATFORM is set to FILE_SYSTEM_PLATFORM, FILE_ROOT macro must be s [Less]