Recommend this page to a friend! |
Classes of Ujah Chigozie peter | PHP MySQL Hierarchical Tree | README.md | Download |
|
DownloadPHP HierarchicalHierarchical is a simple php & mysql program to arrange users based on their rankings, it can also be used to represent data in a chain ranking. This libery will work very well with Google Organisation chart InstallationInstallation is super-easy via Composer:
USAGESHierarchical can be use as an array, html or google organizations chart
Dump array
Display on google Organisation chart
Initalisation options | Options | Description | |-----------------|-------------------------------------------------------------------------------------| | LIST | Retrieve result as an array | | HTML | Retrieve result in HTML list | | CHART | Retrieve result in json data for google chart | |