PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Farzan Dalaee   PHP AJAX Folder Tree View   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Auxiliary data
Class: PHP AJAX Folder Tree View
Display and manage a tree of nodes stored in MySQL
Author: By
Last change: Update of README.md
Date: 3 months ago
Size: 322 bytes
 

Contents

Class file image Download

FDTreeView

PHP Tree View Manager (ADD - EDIT - DELETE) is php class for manage tree structures mysql tables using jquery and FontAwesome

sample example:

<code> $tree = new FDTree('countries','id','title','parent_id','ajaxTree.php','images/','FDTree','Are You Sure?'); echo $tree->tree; </code>