i hope there is a way to create a Parent-child relationship application.
For example, i need to create an
Organization structure
CEO > VP > Asst. VP > Senior Manager > …
Department Structure
Division > Department > Sub Department > Groups …
SC would be so cool if possible to use the GUI app to create Parent-Child relationship and update a backend table, TREE_TABLE
Table: TREE_TABLE
Fields:
- PARENT
- CHILD
- Descr…
Kindly advise if possible to integrate with existing PHP class/framework
Thanks