Работа с деревом в виде вложенного множества
This commit is contained in:
commit
d32455d043
5 changed files with 866 additions and 0 deletions
15
composer.json
Normal file
15
composer.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "ctiso/tree",
|
||||
"description": "nested set tree",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Phedor Podlesnov",
|
||||
"email": "phedor@edu.yar.ru"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Tree": "src/"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue