doushi6947 2019-02-26 14:40
浏览 86

1X5矩阵树结构PHP数组

enter image description here

I am trying to create a tree view from the database structure shown above in the image. The Database does not have any parent-child relationship. What exactly I need to do is, create a dynamic array (parent-child structure) with forced matrix tree structure representation. Where every node will have 5 child nodes under it and every child nodes will also have another 5 child nodes under each of them. The tree structure will keep on adding new child nodes until all the user data is plotted on the tree. The sequence of the structure will be the same as its db retrival sequence (ascending order) Example:

Array[0]
  ->children[
  1->children[6,7,8,9,10],
  2->children[11,12,13,14,15],
  3->children[16,17,18,19,20],
  4->children[21,22,23,24,25],
  5->children[26,27,28,29,30]]

` and so on for all children elements. each node will have 5 children. Please suggest any solution, if anyone has tried the same.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 关于#windows#的问题:怎么用WIN 11系统的电脑 克隆WIN NT3.51-4.0系统的硬盘
    • ¥15 matlab有关常微分方程的问题求解决
    • ¥15 perl MISA分析p3_in脚本出错
    • ¥15 k8s部署jupyterlab,jupyterlab保存不了文件
    • ¥15 ubuntu虚拟机打包apk错误
    • ¥199 rust编程架构设计的方案 有偿
    • ¥15 回答4f系统的像差计算
    • ¥15 java如何提取出pdf里的文字?
    • ¥100 求三轴之间相互配合画圆以及直线的算法
    • ¥100 c语言,请帮蒟蒻写一个题的范例作参考