mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-06 08:14:21 +01:00
68 lines
2.3 KiB
Plaintext
68 lines
2.3 KiB
Plaintext
* Khởi đầu với Yii
|
|
- [Tổng quan](index)
|
|
- [Tính năng mới](changes)
|
|
- [Nâng cấp từ 1.0 lên 1.1](upgrade)
|
|
- [Yii là gì](quickstart.what-is-yii)
|
|
- [Cài đặt](quickstart.installation)
|
|
- [Tạo ứng dụng Yii đầu tiên](quickstart.first-app)
|
|
|
|
* Căn bản
|
|
- [Model-View-Controller (MVC)](basics.mvc)
|
|
- [Entry Script](basics.entry)
|
|
- [Application](basics.application)
|
|
- [Controller](basics.controller)
|
|
- [Model](basics.model)
|
|
- [View](basics.view)
|
|
- [Component](basics.component)
|
|
- [Module](basics.module)
|
|
- [Path Alias and Namespace](basics.namespace)
|
|
- [Conventions](basics.convention)
|
|
- [Quy trình viết ứng dụng](basics.workflow)
|
|
|
|
* Làm việc với Form
|
|
- [Tổng quan](form.overview)
|
|
- [Tạo Model](form.model)
|
|
- [Tạo Action](form.action)
|
|
- [Tạo Form](form.view)
|
|
- [Ghi nhận dữ liệu nhập dạng bảng](form.table)
|
|
- [Using Form Builder](form.builder)
|
|
|
|
* Làm việc với Database
|
|
- [Tổng quan](database.overview)
|
|
- [Database Access Objects](database.dao)
|
|
- [Active Record](database.ar)
|
|
- [Relational Active Record](database.arr)
|
|
|
|
* Caching
|
|
- [Tổng quan](caching.overview)
|
|
- [Data Caching](caching.data)
|
|
- [Fragment Caching](caching.fragment)
|
|
- [Page Caching](caching.page)
|
|
- [Dynamic Content](caching.dynamic)
|
|
|
|
* Mở rộng Yii
|
|
- [Tổng quan](extension.overview)
|
|
- [Sử dụng Extensions](extension.use)
|
|
- [Tạo Extensions](extension.create)
|
|
- [Sử dụng thư viện 3rd party](extension.integration)
|
|
|
|
* Kiểm định
|
|
- [Tổng quan](test.overview)
|
|
- [Defining Fixtures](test.fixture)
|
|
- [Unit Testing](test.unit)
|
|
- [Functional Testing](test.functional)
|
|
|
|
* Các chủ đề đặc biệt
|
|
- [Xử lý URL](topics.url)
|
|
- [Đăng nhập và phân quyền](topics.auth)
|
|
- [Theming](topics.theming)
|
|
- [Logging](topics.logging)
|
|
- [Quản lý lỗi](topics.error)
|
|
- [Web Service](topics.webservice)
|
|
- [Internationalization (I18N)](topics.i18n)
|
|
- [Alternative Template Syntax](topics.prado)
|
|
- [Ứng dụng console](topics.console)
|
|
- [Bảo mật](topics.security)
|
|
- [Cải tiến tốc độ](topics.performance)
|
|
|
|
<div class="revision">$Id: toc.txt 1603 2009-12-18 19:39:18Z qiang.xue $</div> |