1. Go to this page and download the library: Download slavkovrn/yii2-dtreemenu library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
slavkovrn / yii2-dtreemenu example snippets
use slavkovrn\dtreemenu\DtreeMenuWidget;
$tree=[
0 => [
'name' => 'Menu0 name',
'description' => 'Tool tip description for Menu0',
'href' => '/link_when_DblClicked.html',
'children' => [
1 => [
'name' => 'SubMenu1 name',
'description' => 'Tool tip description for SubMenu1',
'href' => '/link_when_DblClicked.html',
'children' => [
2 => [
'name' => 'SubSubMenu2 name',
'description' => 'Tool tip description for SubSubMenu2',
'href' => '/link_when_DblClicked.html',
'children' => [
3 => [
'name' => 'SubSubSubMenu3 name',
'description' => 'Tool tip description for SubSubSubMenu3',
'href' => '/link_when_DblClicked.html',
],
4 => [
'name' => 'SubSubSubMenu4 name',
'description' => 'Tool tip description for SubSubSubMenu4',
'href' => '/link_when_DblClicked.html',
],
]
],
5 => [
'name' => 'SubSubMenu5 name',
'description' => 'Tool tip description for SubSubMenu5',
'href' => '/link_when_DblClicked.html',
],
6 => [
'name' => 'SubSubMenu6 name',
'description' => 'Tool tip description for SubSubMenu6',
'href' => '/link_when_DblClicked.html',
],
]
],
7 => [
'name' => 'SubMenu7 name',
'description' => 'Tool tip description for SubMenu7',
'href' => '/link_when_DblClicked.html',
],
8 => [
'name' => 'SubMenu8 name',
'description' => 'Tool tip description for SubMenu8',
'href' => '/link_when_DblClicked.html',
],
]
],
9 => [
'name' => 'Menu9 name',
'description' => 'Tool tip description for Menu9',
'href' => '/link_when_DblClicked.html',
],
10 => [
'name' => 'Menu10 name',
'description' => 'Tool tip description for Menu10',
'href' => '/link_when_DblClicked.html',
],
];
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.