index.md 1.58 KB
Newer Older
1 2 3 4 5 6 7 8 9
Introduction
============

- [Overview](overview.md)

Getting started
===============

- [Installation](installation.md)
10
- [Configuration](configuration.md)
11

12 13 14 15 16 17 18
Application templates
=====================

- [Basic](apps-basic.md)
- [Advanced](apps-advanced.md)
- [Creating your own application template](apps-own.md)

19 20 21 22 23 24
Base concepts
=============

- [MVC Overview](mvc.md)
- [Model](model.md)
- [View](view.md)
Qiang Xue committed
25
- [Controller](controller.md)
26 27 28 29 30
- [Application](application.md)

Database
========

31
- [Basics](database-basics.md)
32 33 34 35
- [Query Builder](query-builder.md)
- [ActiveRecord](active-record.md)
- [Database Migration](migration.md)

36 37 38 39 40 41 42 43 44 45 46 47 48 49
Extensions
==========

- [Extending Yii](extension.md)
- [Using template engines](template.md)

Security and access control
===========================

- [Authentication](authentication.md)
- [Authorization](authorization.md)
- [Security](security.md)
- Role based access control

50 51 52 53 54 55 56 57
Data providers, lists and grids
===============================

- Overview
- Data providers
- Grids
- Lists

58 59 60 61
Toolbox
=======

- [Automatic Code Generation](gii.md)
62
- [Debug toolbar and debugger](debugger.md)
63 64 65
- [Error Handling](error.md)
- [Logging](logging.md)

66 67 68
More
====

69
- [Bootstrap widgets](bootstrap-widgets.md)
70
- [Working with forms](form.md)
71
- [Model validation reference](validation.md)
72 73 74 75 76 77
- [Caching](caching.md)
- [Internationalization](i18n.md)
- [URL Management](url.md)
- [Theming](theming.md)
- [Console Application](console.md)
- [Performance Tuning](performance.md)
78
- [Managing assets](assets.md)
79
- [Testing](testing.md)
80
- [Composer](composer.md)
81
- [Upgrading from 1.1 to 2.0](upgrade-from-v1.md)