PHP-to-OrgChart

码农软件 · 软件分类 · 其他开发相关 · 2019-10-22 16:26:45

软件介绍

PHP-to-OrgChart 能将 php 多维 array 生成组织结构图。

示例:

$data=array(
    'a'=>array(
        'aa'=>array(
            'aaa'=>'Mike',
            'aab'=>'Look',
            'aac'=>'Rum',
        ),
        'bb'=>array(
            'aaa'=>'123',
            'aab'=>'567',
            'aac'=>'890',
            'bbdd'=>array(
                'aaa'=>'123',
                'aab'=>'567',
                'aac'=>'890',
            ),
        ),
    ),
    'b'=>array(
        'cc'=>array(
            'aaa'=>'Mike',
            'aab'=>'Look',
            'aac'=>'Rum',
        ),
        'dd'=>array(
            'aaa'=>'123',
            'aab'=>'567',
            'aac'=>'890',
        ),
    ),
);
 
echo '

';
PHPtoOrgChart($data);
echo '

';

本文地址:https://codercto.com/soft/d/17326.html

The Creative Curve

The Creative Curve

Allen Gannett / Knopf Doubleday Publishing Group / 2018-6-12

Big data entrepreneur Allen Gannett overturns the mythology around creative genius, and reveals the science and secrets behind achieving breakout commercial success in any field. We have been s......一起来看看 《The Creative Curve》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具