32 lines
1020 B
Markdown
32 lines
1020 B
Markdown
|
1. **入门指南**
|
|||
|
- [什么是 Kohana?](about.kohana)
|
|||
|
- [约定和样式](about.conventions)
|
|||
|
- [模型-视图-控制器](about.mvc)
|
|||
|
- [级联文件系统](about.filesystem)
|
|||
|
- [请求流程](about.flow)
|
|||
|
- [安装](about.install)
|
|||
|
- [升级](about.upgrading)
|
|||
|
- [API 浏览器](api)
|
|||
|
3. **基本使用**
|
|||
|
- [配置](using.configuration)
|
|||
|
- [类的加载](using.autoloading)
|
|||
|
- [视图和 HTML](using.views)
|
|||
|
- [Sessions 和 Cookies](using.sessions)
|
|||
|
- [消息](using.messages)
|
|||
|
6. **调试**
|
|||
|
- [代码](debugging.code)
|
|||
|
- [错误句柄](debugging.errors)
|
|||
|
- [分析器](debugging.profiling)
|
|||
|
5. **安全**
|
|||
|
- [XSS](security.xss)
|
|||
|
- [校验](security.validation)
|
|||
|
- [Cookies](security.cookies)
|
|||
|
- [数据库](security.database)
|
|||
|
4. **教程**
|
|||
|
- [Hello, World](tutorials.helloworld)
|
|||
|
- [路由,URLs 和链接](tutorials.urls)
|
|||
|
- [清理 URLs](tutorials.removeindex)
|
|||
|
- [数据库](tutorials.databases)
|
|||
|
- [ORM](tutorials.orm)
|
|||
|
- [使用 Git 开发](tutorials.git)
|