This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/includes/kohana/modules/userguide/guide/zh-cn/menu.md
2011-05-03 09:49:01 +10:00

32 lines
1020 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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)