- 授权协议: GPLv2
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: https://github.com/Awesomez/PHP-to-OrgChart
- 软件文档: https://github.com/Awesomez/PHP-to-OrgChart
软件介绍
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 '
';
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》 这本书的介绍吧!
