Commit 8a16931e by Qiang Xue

guide toc udpate [skip ci]

parent c8063c04
...@@ -71,6 +71,7 @@ Presenting Data ...@@ -71,6 +71,7 @@ Presenting Data
* Sorting * Sorting
* Data Providers * Data Providers
* Data Widgets * Data Widgets
* Managing Assets
Working with Database Working with Database
...@@ -79,12 +80,22 @@ Working with Database ...@@ -79,12 +80,22 @@ Working with Database
* Data Access Objects - Connecting to a database, basic queries, transactions and schema manipulation * Data Access Objects - Connecting to a database, basic queries, transactions and schema manipulation
* Query Builder - Querying the database using a simple abstraction layer * Query Builder - Querying the database using a simple abstraction layer
* Active Record - The active record ORM, retrieving and manipulating records and defining relations * Active Record - The active record ORM, retrieving and manipulating records and defining relations
* Migrations
* Sphinx * Sphinx
* Redis * Redis
* MongoDB * MongoDB
* ElasticSearch * ElasticSearch
Security
--------
* Authentication
* Authorization
* Auth Clients
* Best Practices
Caching Caching
------- -------
...@@ -94,6 +105,22 @@ Caching ...@@ -94,6 +105,22 @@ Caching
* HTTP Caching * HTTP Caching
RESTful Web Services
--------------------
* Quick Start
* API Endpoints
* Resources
* Data Formatting
* Authentication
* Rate Limiting
* Versioning
* Caching
* Error Handling
* Testing
* Documentation
Testing Testing
------- -------
...@@ -114,24 +141,24 @@ Extending Yii ...@@ -114,24 +141,24 @@ Extending Yii
* Using Yii 1.1 and 2.0 Together * Using Yii 1.1 and 2.0 Together
Special Topics Development Tools
-------------- -----------------
* Authentication
* Authorization
* Auth Clients
* Console Commands
* Debug Toolbar and Debugger * Debug Toolbar and Debugger
* Generating Code using Gii * Generating Code using Gii
* Generating API Documentation * Generating API Documentation
* Using Composer
Special Topics
--------------
* Console Commands
* Handling Errors * Handling Errors
* Internationalization * Internationalization
* Logging * Logging
* Mailing * Mailing
* Managing Assets
* Performance Tuning * Performance Tuning
* RESTful Web Services
* Security
* Template Engines * Template Engines
* Theming * Theming
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment