forked from yiisoft/yii
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.txt
74 lines (66 loc) · 2.47 KB
/
toc.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
* Getting Started
- [Overview](index)
- [New Features](changes)
- [Upgrading from 1.0 to 1.1](upgrade)
- [What is Yii](quickstart.what-is-yii)
- [Installation](quickstart.installation)
- [Apache and Nginx configurations](quickstart.apache-nginx-config)
- [Creating First Yii Application](quickstart.first-app)
* Fundamentals
- [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)
- [Development Workflow](basics.workflow)
- [Best MVC Practices](basics.best-practices)
* Working with Forms
- [Overview](form.overview)
- [Creating Model](form.model)
- [Creating Action](form.action)
- [Creating Form](form.view)
- [Collecting Tabular Input](form.table)
- [Using Form Builder](form.builder)
* Working with Databases
- [Overview](database.overview)
- [Database Access Objects](database.dao)
- [Query Builder](database.query-builder)
- [Active Record](database.ar)
- [Relational Active Record](database.arr)
- [Database Migration](database.migration)
* Caching
- [Overview](caching.overview)
- [Data Caching](caching.data)
- [Fragment Caching](caching.fragment)
- [Page Caching](caching.page)
- [Dynamic Content](caching.dynamic)
* Extending Yii
- [Overview](extension.overview)
- [Using Extensions](extension.use)
- [Creating Extensions](extension.create)
- [Using 3rd-Party Libraries](extension.integration)
* Testing
- [Overview](test.overview)
- [Defining Fixtures](test.fixture)
- [Unit Testing](test.unit)
- [Functional Testing](test.functional)
* Special Topics
- [Automatic Code Generation](topics.gii)
- [URL Management](topics.url)
- [Authentication and Authorization](topics.auth)
- [Theming and Skin](topics.theming)
- [Logging](topics.logging)
- [Error Handling](topics.error)
- [Web Service](topics.webservice)
- [Internationalization (I18N)](topics.i18n)
- [Alternative Template Syntax](topics.prado)
- [Console Applications](topics.console)
- [Security](topics.security)
- [Performance Tuning](topics.performance)
- [Code Generation using Command Line Tools (deprecated)](quickstart.first-app-yiic)
<div class="revision">$Id$</div>