mirror of
https://github.com/suk-ws/ph-Bookshelf.git
synced 2024-12-05 01:16:53 +08:00
一个简单简洁(?)的文档书架实现。
Eyre_S
6a5b4937c9
- 基础的请求链接解析实现 - 当前链接解析将第一个参数(首目录)视为 bookId,剩余视为 pageId - 即不支持 bookId中包含“/” - 同时实现了 books 的 active 判定 - 实现了通过 ID 进行查询容器中的 Book 或者 Page 的功能 - 实现了通过 Book对象 获取对应的 BookContented 对象 - 实现了 BookContented 的目录表生成 - 同时也有 active 判定 |
||
---|---|---|
assets | ||
src | ||
template | ||
.gitattributes | ||
.gitignore | ||
.htaccess | ||
constant.php | ||
index.php | ||
README.md |