Download the PHP package rde/menutree without Composer
On this page you can find all versions of the php package rde/menutree. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package menutree
MenuTree
Installation:
- PHP環境需要pdo_sqlite pdo_mysql (預設載體)
- 把db_schema資料夾裡的sql 部屬在database。
- 預設資料載體sqlite (/src/storage/menudata.slite3) 裡面的資料格式 (id, item_id, parent_id, depth, left, right, url_name, url),其中item_id為不可重複的唯一key,可用字串,如不小心寫入重複key,在MenuData取資料時也會慮掉重複字串。id為一般流水號,其他欄位可填可不填。
- 唯一要注意,如果此比資料為樹狀資料最上層,其parnet_id 要填入字串'null'
- 也可各自實現IMenuProvider & IUserProvider 來使用自己儲存體
Usage:
License
Composer is licensed under the MIT License - see the LICENSE file for details
All versions of menutree with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package rde/menutree contains the following files
Loading the files please wait ....